seven vor 2 Tagen
Ursprung
Commit
ff9ef98c87
1 geänderte Dateien mit 7 neuen und 0 gelöschten Zeilen
  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)