Make Upgrade guide changes

This commit is contained in:
Jonny Barnes 2023-02-17 09:41:14 +00:00
parent 9256aae89d
commit cee9d77b50
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
4 changed files with 4 additions and 7 deletions

View file

@ -27,6 +27,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
$schedule->command('horizon:snapshot')->everyFiveMinutes();
$schedule->command('cache:prune-stale-tags')->hourly();
}
/**