PC-202304251453\Administrator преди 6 месеца
родител
ревизия
fdd8f8cb0a
променени са 1 файла, в които са добавени 15 реда и са изтрити 15 реда
  1. 15 15
      config/process.php

+ 15 - 15
config/process.php

@@ -62,20 +62,20 @@ return [
     'create_tables' => [
         'handler' => \app\process\CreateTables::class,
     ],
-    'game_active' => [
-        'handler' => \app\process\dataReport\GameActive::class,
-    ],
-    'base_total' => [
-        'handler' => \app\process\dataReport\BaseTotal::class,
-    ],
-    'basic_login_total' => [
-        'handler' => \app\process\dataReport\BasicLoginTotal::class,
-    ],
-    'game_reg_pay_month' => [
-        'handler' => \app\process\dataReport\GameRegPayMonth::class,
-    ],
-    'game_total_month' =>  [
-        'handler' => \app\process\dataReport\GameTotalMonth::class,
-    ]
+//    'game_active' => [
+//        'handler' => \app\process\dataReport\GameActive::class,
+//    ],
+//    'base_total' => [
+//        'handler' => \app\process\dataReport\BaseTotal::class,
+//    ],
+//    'basic_login_total' => [
+//        'handler' => \app\process\dataReport\BasicLoginTotal::class,
+//    ],
+//    'game_reg_pay_month' => [
+//        'handler' => \app\process\dataReport\GameRegPayMonth::class,
+//    ],
+//    'game_total_month' =>  [
+//        'handler' => \app\process\dataReport\GameTotalMonth::class,
+//    ]
 
 ];