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

12 lines
192 B
PHP

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