@@ -26,7 +26,7 @@ class Game extends BaseModel
* 数据库表名称
* @var string
*/
- protected $table = 'yy_game';
+ protected $table = 'pf_game';
/**
* 游戏名称 搜索
@@ -30,7 +30,7 @@ class GameMain extends BaseModel
- protected $table = 'yy_main';
+ protected $table = 'pf_main';
* 名称 搜索