scheduler changed from hourly to every minute

This commit is contained in:
Peter Papp
2020-10-13 17:09:05 +02:00
parent 961462fe54
commit 12d6b0bf57

View File

@@ -34,7 +34,7 @@ class Kernel extends ConsoleKernel
{
$schedule->call(function () {
$this->delete_expired_shared_links();
})->hourly();
})->everyMinute();
}
/**