فهرست منبع

cancel month pay

zz 5 سال پیش
والد
کامیت
e574a8165d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();
     }
 }