This commit is contained in:
f4ilji
2025-01-10 00:29:21 +05:00
parent c4bf10b0c3
commit accdf0da3e
5 changed files with 94 additions and 125 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class Kernel extends ConsoleKernel
*/
protected function schedule(Schedule $schedule): void
{
// $schedule->command('inspire')->hourly();
$schedule->command('sitemap:generate')->dailyAt('03:00');
}
/**