LiuJ 2 сар өмнө
parent
commit
3aaacbc1f8
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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 = [];
 }