added clean temp files schedule

This commit is contained in:
2023-09-10 21:06:00 +10:00
parent 484512f2c7
commit d1cc468dfa
2 changed files with 44 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule): void
{
// $schedule->command('inspire')->hourly();
$schedule->command('app:cleanup-temp-files')->everySecond();
}
/**