Updated cast for Category model
This commit is contained in:
parent
0e2d3dec2f
commit
b4e14b3151
@ -22,8 +22,8 @@ class Category extends Model
|
||||
'name' => 'string',
|
||||
'slug' => 'string',
|
||||
'priority' => 'integer',
|
||||
'default' => 'bool',
|
||||
'visible' => 'bool'
|
||||
'default' => 'boolean',
|
||||
'visible' => 'boolean'
|
||||
];
|
||||
|
||||
public function scopeVisibled(Builder $builder)
|
||||
|
Loading…
x
Reference in New Issue
Block a user