update v1.0.3.3
This commit is contained in:
10
app/Model/kb/DateFormat.php
Normal file
10
app/Model/kb/DateFormat.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php namespace App\Model\kb;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class DateFormat extends Model {
|
||||
|
||||
protected $table = 'date_time_format';
|
||||
//protected $fillable = ['id', 'name', 'description', 'status', 'parent', 'created_at', 'updated_at'];
|
||||
|
||||
}
|
Reference in New Issue
Block a user