]> _ Git - pmi.git/commitdiff
wip #8011 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 Feb 2026 13:10:56 +0000 (14:10 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 17 Feb 2026 13:10:56 +0000 (14:10 +0100)
app/Console/Kernel.php

index 1e5c142ee70310bfb6699f2ab214b00bc83fc886..91b8eba4268ffe3ecc18693c4cfcac921a8f2a67 100644 (file)
@@ -24,10 +24,6 @@ class Kernel extends ConsoleKernel
      */
     protected function schedule(Schedule $schedule)
     {
-        if (config('app.env') !== 'production') {
-            return;
-        }
-
         $schedule->command('pmi:check')->everyMinute();
 //        $schedule->command('backup:clean')->daily()->at('04:00');
 //        $schedule->command('backup:run')->daily()->at('05:00');