diff --git a/app/Models/Client.php b/app/Models/Client.php index 6f337f95..31cf5758 100644 --- a/app/Models/Client.php +++ b/app/Models/Client.php @@ -43,6 +43,7 @@ class Client extends Model implements AuditableContract */ protected $casts = [ 'name' => 'string', + 'archived_at' => 'datetime', ]; /**