diff --git a/app/Models/Account.php b/app/Models/Account.php index 9a95aec3b344..6dc153266f55 100644 --- a/app/Models/Account.php +++ b/app/Models/Account.php @@ -68,6 +68,9 @@ class Account extends BaseModel ]; protected $casts = [ + 'updated_at' => 'timestamp', + 'created_at' => 'timestamp', + 'deleted_at' => 'timestamp', 'onboarding' => 'object' ];