From c15e92da426e84fd9615dc774c1a5766dd6225e8 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Nov 2023 14:45:05 +0000 Subject: [PATCH] Uses generic annotation on `User::casts()` --- app/Models/User.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Models/User.php b/app/Models/User.php index 04ed4706403..def621f47d6 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -34,6 +34,8 @@ class User extends Authenticatable /** * Get the attributes that should be cast. + * + * @return array */ protected function casts(): array {