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