Re-register scheduled commands

This commit is contained in:
Shift
2024-03-18 16:13:33 +00:00
parent 61dbe3c8a4
commit 339973644a
2 changed files with 7 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
<?php
use Illuminate\Support\Facades\Schedule;
/*
|--------------------------------------------------------------------------
@@ -11,3 +13,8 @@
| simple approach to interacting with each command's IO methods.
|
*/
Schedule::command('db:seed --force')->twiceDaily(1, 13)->timezone('Europe/Amsterdam');
Schedule::command('sitemap:generate')->weekly();