Kaynağa Gözat

Merge branch '20250208_onelogin_fr' into dev

# Conflicts:
#	.env
15313670163 2 ay önce
ebeveyn
işleme
c9ea3d9400
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4 1
      app/Model/UserToken.php

+ 4 - 1
app/Model/UserToken.php

@@ -18,7 +18,10 @@ class UserToken extends Model
     /**
      * The attributes that are mass assignable.
      */
-    protected array $fillable = [];
+    protected array $fillable = [
+        'user_id', // 添加 user_id 到 fillable 属性
+        'token',
+    ];
 
     /**
      * The attributes that should be cast to native types.