Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot
2024-03-18 17:48:57 +00:00
parent 1bea8f8d5c
commit 8fa00e2ef6
57 changed files with 148 additions and 131 deletions

View File

@@ -13,7 +13,6 @@ use Illuminate\Support\Facades\Schedule;
|
*/
Schedule::command('db:seed --force')->twiceDaily(1, 13)->timezone('Europe/Amsterdam');
Schedule::command('sitemap:generate')->weekly();