seven hace 2 días
padre
commit
ff9ef98c87
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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)