Files
faveo/app/Model/Utility/Date_time_format.php
2015-05-01 13:13:01 +05:30

12 lines
202 B
PHP

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