changes
This commit is contained in:
@@ -15,12 +15,14 @@ class Segment extends Model
|
||||
'name',
|
||||
'description',
|
||||
'active',
|
||||
'exclude'
|
||||
];
|
||||
|
||||
protected function casts(): array
|
||||
{
|
||||
return [
|
||||
'active' => 'boolean',
|
||||
'exclude' => 'boolean'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user