LD преди 5 години
родител
ревизия
e35ae30e1d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Console/Kernel.php

+ 1 - 1
app/Console/Kernel.php

@@ -51,7 +51,7 @@ class Kernel extends ConsoleKernel
         $schedule->command('createOwnerReport')->monthlyOn(1);
         $schedule->command('createOwnerBillReport')->monthlyOn(1);
         $schedule->command('createOwnerAreaReport')->monthlyOn(25);
-//        $schedule->command('sync:batch')->everyMinute();
+        $schedule->command('sync:batch')->everyMinute();
 //        $schedule->command('sync:order')->everyMinute();
     }