|
|
@@ -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,
|
|
|
+// ]
|
|
|
|
|
|
];
|