Applied fixes from StyleCI
This commit is contained in:

committed by
StyleCI Bot

parent
be5df5334f
commit
d637c2b23f
@@ -4,10 +4,9 @@ namespace App\Model\helpdesk\Utility;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Time_format extends Model {
|
||||
|
||||
class Time_format extends Model
|
||||
{
|
||||
public $timestamps = false;
|
||||
protected $table = 'time_format';
|
||||
protected $fillable = ['id', 'format'];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user