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.
      * The attributes that should be cast to native types.
      */
      */
-    protected array $casts = [];
+    protected array $casts = [];
 }
 }