lip vor 1 Monat
Ursprung
Commit
8a24fc1a2a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app/Models/GameplayRule.php

+ 1 - 1
app/Models/GameplayRule.php

@@ -3,7 +3,7 @@
 namespace App\Models;
 class GameplayRule extends BaseModel
 {
-    protected $table = 'gameplay_rules';
+    protected $table = 'bot_gameplay_rules';
     protected $fillable = [
         'keywords',
         'groups',