Selaa lähdekoodia

cancel month pay

zz 5 vuotta sitten
vanhempi
commit
e574a8165d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -39,6 +39,6 @@ class Kernel extends ConsoleKernel
 
         $schedule->command('book:update')->dailyAt('18:00');
 
-        $schedule->command('checkOrderStatus')->everyMinute();
+        //$schedule->command('checkOrderStatus')->everyMinute();
     }
 }