diff options
| author | horus | 2021-01-21 20:52:22 +0100 |
|---|---|---|
| committer | horus | 2021-01-21 20:52:22 +0100 |
| commit | dcf33389529c6d23b798e8104ad215478f4d1b17 (patch) | |
| tree | e47d909b919e63c3251fee8ba683c97a7721596e /app/Console/Kernel.php | |
| parent | 0b5b06fc9ffc570c9f589126ca00665cfc60dae9 (diff) | |
| download | kategorischeraperitif-dcf33389529c6d23b798e8104ad215478f4d1b17.tar.gz | |
Adds sitemap.
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(); } /** |
