diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 8752549dc..5eda2acca 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -52,7 +52,6 @@ protected function schedule(Schedule $schedule) $schedule->command('generate-application-export')->twiceDaily(13, 20); $schedule->command('generate-admin-all-entity-records-export')->twiceDaily(13, 20); - $schedule->command('populate-v2-temporary-sites')->hourly(); } protected function commands()