fix:ensure cast

This commit is contained in:
hackerESQ
2024-10-24 14:49:29 -05:00
parent 3c368310ad
commit 81ed440404
+1
View File
@@ -46,6 +46,7 @@ class BackupImport extends Model
protected function casts(): array
{
return [
'has_errors' => 'boolean',
'completed_at' => 'datetime'
];
}