Files
faveo/code/app/Model/Utility/Time_format.php
2015-05-01 13:33:56 +05:30

12 lines
192 B
PHP

<?php namespace App\Model\Utility;
use Illuminate\Database\Eloquent\Model;
class time_format extends Model {
protected $table = 'time_format';
protected $fillable = ['id','format'];
}