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