This commit is contained in:
Simon Pocrnjič
2025-10-20 19:39:26 +02:00
parent 90bbf1942c
commit 872b76b012
9 changed files with 268 additions and 43 deletions
+2
View File
@@ -15,12 +15,14 @@ class Segment extends Model
'name',
'description',
'active',
'exclude'
];
protected function casts(): array
{
return [
'active' => 'boolean',
'exclude' => 'boolean'
];
}