LiuJ 2 달 전
부모
커밋
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 = [];
 }