|
@@ -2,10 +2,9 @@
|
|
|
|
|
|
namespace App\Console;
|
|
|
|
|
|
-use App\Console\Commands\Push\HwPushTest;
|
|
|
-use App\Console\Commands\Push\MiPushTest;
|
|
|
-use App\Console\Commands\Push\OppoPushTest;
|
|
|
+
|
|
|
use App\Console\Commands\Push\PushStats;
|
|
|
+use App\Console\Commands\Push\PushTag;
|
|
|
use App\Console\Commands\Push\PushTask;
|
|
|
use App\Console\Commands\Push\PushTest;
|
|
|
use Illuminate\Console\Scheduling\Schedule;
|
|
@@ -22,6 +21,7 @@ class Kernel extends ConsoleKernel
|
|
|
PushStats::class,
|
|
|
PushTest::class,
|
|
|
PushTask::class,
|
|
|
+ PushTag::class,
|
|
|
Commands\Activity\ActivityStats::class,
|
|
|
Commands\BookAdjust::class,
|
|
|
Commands\BookAdjustOne::class,
|