LiuJ 2 недель назад
Родитель
Сommit
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 = [];
 }