Initial code of commit
This commit is contained in:
11
code/app/Model/Utility/Date_format.php
Normal file
11
code/app/Model/Utility/Date_format.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php namespace App\Model\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class date_format extends Model {
|
||||
|
||||
protected $table = 'date_format';
|
||||
|
||||
protected $fillable = ['id','format'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user