seven 2 日 前
コミット
ff9ef98c87
1 ファイル変更7 行追加0 行削除
  1. 7 0
      app/Models/GameplayRule.php

+ 7 - 0
app/Models/GameplayRule.php

@@ -18,6 +18,13 @@ class GameplayRule extends Authenticatable
 
     protected $table = 'gameplay_rules';
     protected $hidden = ['created_at', 'updated_at'];
+    protected $fillable = [
+        'keywords',
+        'groups',
+        'maxinum',
+        'mininum',
+        'odds',
+    ];
 
 
     protected function getCreatedAtAttribute($value)