update controllers logic
This commit is contained in:
@@ -13,11 +13,11 @@ class Section extends BaseModel
|
||||
protected $fillable = [
|
||||
'section_name',
|
||||
'description',
|
||||
'created_at',
|
||||
'updated_at',
|
||||
'updated_by',
|
||||
];
|
||||
|
||||
public $timestamps = false;
|
||||
public $timestamps = true;
|
||||
|
||||
protected $casts = [
|
||||
'updated_by' => 'integer',
|
||||
|
||||
Reference in New Issue
Block a user