mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
Fixed export bug
This commit is contained in:
committed by
Constantin Graf
parent
0a0b7a03b4
commit
61cc80dc6e
@@ -43,6 +43,7 @@ class Client extends Model implements AuditableContract
|
|||||||
*/
|
*/
|
||||||
protected $casts = [
|
protected $casts = [
|
||||||
'name' => 'string',
|
'name' => 'string',
|
||||||
|
'archived_at' => 'datetime',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user