dyjh 6 年 前
コミット
fdce520de9
1 ファイル変更1 行追加0 行削除
  1. 1 0
      app/Models/AdminUserModel.php

+ 1 - 0
app/Models/AdminUserModel.php

xqd
@@ -32,6 +32,7 @@ class AdminUserModel extends Authenticatable
     protected $fillable = [
         'name',
         'real_name',
+        'store_id',
         'password',
         'email',
         'mobile',