update v1.0.6
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<?php namespace App\Model\helpdesk\Utility;
|
||||
<?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'];
|
||||
public $timestamps = false;
|
||||
protected $table = 'date_format';
|
||||
protected $fillable = ['id', 'format'];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user