LiuJ 2 months ago
parent
commit
3aaacbc1f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Model/User.php

+ 1 - 1
app/Model/User.php

@@ -25,5 +25,5 @@ class User extends Model
     /**
      * The attributes that should be cast to native types.
      */
-    protected array $casts = [];
+    protected array $casts = [];
 }