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