diff options
Diffstat (limited to 'app/Console/Kernel.php')
| -rw-r--r-- | app/Console/Kernel.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index a8c5158..300e1a3 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -24,8 +24,7 @@ class Kernel extends ConsoleKernel */ protected function schedule(Schedule $schedule) { - // $schedule->command('inspire') - // ->hourly(); + $schedule->command('sitemap:generate')->daily(); } /** |
