/
home
/
sjslayjy
/
public_html
/
olddevlok
/
app
/
Upload File
HOME
<?php namespace App; use Illuminate\Database\Eloquent\Model; class StandardizationHistory extends Model { protected $table = 'standardization_history'; }