Browse Source

超时命令

whj 4 years ago
parent
commit
da03fd3fa5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Console/Kernel.php

+ 2 - 0
app/Console/Kernel.php

xqd xqd
@@ -2,6 +2,7 @@
 
 namespace App\Console;
 
+use App\Console\Commands\overTimeOrder;
 use Illuminate\Console\Scheduling\Schedule;
 use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
 
@@ -14,6 +15,7 @@ class Kernel extends ConsoleKernel
      */
     protected $commands = [
         //
+        'overOrder'=>overTimeOrder::class,
     ];
 
     /**