소스 검색

修改bug

lip 1 개월 전
부모
커밋
8a24fc1a2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',