LiuJ 2 luni în urmă
părinte
comite
3aaacbc1f8
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 = [];
 }