upgraded to laravel 10
This commit is contained in:
@ -15,15 +15,6 @@ class Module extends Model
|
||||
*/
|
||||
protected $fillable = ['company_id', 'alias', 'enabled', 'created_from', 'created_by'];
|
||||
|
||||
/**
|
||||
* The attributes that should be cast.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $casts = [
|
||||
'enabled' => 'boolean',
|
||||
];
|
||||
|
||||
/**
|
||||
* Scope alias.
|
||||
*
|
||||
|
Reference in New Issue
Block a user