From 61cc80dc6edea01b7b94fa2aff670d4e4879d921 Mon Sep 17 00:00:00 2001 From: Constantin Graf Date: Thu, 12 Sep 2024 14:23:47 +0200 Subject: [PATCH] Fixed export bug --- app/Models/Client.php | 1 + 1 file changed, 1 insertion(+) 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', ]; /**