Fixed export bug

This commit is contained in:
Constantin Graf
2024-09-12 14:23:47 +02:00
committed by Constantin Graf
parent 0a0b7a03b4
commit 61cc80dc6e
+1
View File
@@ -43,6 +43,7 @@ class Client extends Model implements AuditableContract
*/
protected $casts = [
'name' => 'string',
'archived_at' => 'datetime',
];
/**