diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 89c0f11f..dab551c4 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -81,7 +81,7 @@ protected function schedule(Schedule $schedule) if (env('DUMP_SCHEDULE_ENABLED', false)) { $schedule->command('dump:schedule') - ->monthly() + ->weekly() ->sundays() ->withoutOverlapping(self::FOR_ONE_YEAR) ->sendOutputTo(storage_path('logs/data-dump-last-run.log'));