Ver Fonte

cancel month pay

zz há 5 anos atrás
pai
commit
e574a8165d
1 ficheiros alterados com 1 adições e 1 exclusões
  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();
     }
 }