@@ -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)