Use laravel task scheduler

This commit is contained in:
2026-05-26 15:17:57 +02:00
parent 5dc1bff60c
commit 81639aaabf
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class GenerateSitemap extends Command
*
* @var string
*/
protected $signature = 'sitemap:generate';
protected $signature = 'app:generate-sitemap';
/**
* The console command description.