lip 1 săptămână în urmă
părinte
comite
8a24fc1a2a
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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',