This commit is contained in:
Adrian Hopek
2022-04-25 13:56:36 +02:00
parent ae2ff13961
commit 54ca728880
10 changed files with 2 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ class Holiday extends Model
use HasFactory;
protected $guarded = [];
protected $casts = [
"date" => "date",
];