wanggangzero 10 months ago
parent
commit
94547b01ab
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Gameserver/App/configs/config_tap.php

+ 2 - 2
Gameserver/App/configs/config_tap.php

@@ -8,7 +8,7 @@ namespace loyalsoft;
  * @author gwang email:mail@wanggangzero.cn
  * @copyright © 2015-2-3, SJZ LoyalSoft Corporation & gwang. All rights reserved.
  */
-class config_dev extends config {
+class config_tap extends config {
 
     function _InitTester() {
         $this->testerArr = array(
@@ -55,4 +55,4 @@ class config_dev extends config {
     }
 }
 
-return new config_dev();
+return new config_tap();