aa
This commit is contained in:
@@ -54,7 +54,7 @@ class Kernel extends ConsoleKernel
|
||||
});
|
||||
|
||||
// Pianifica l'esecuzione del comando ogni giorno a mezzanotte
|
||||
$schedule->command('fix:storage-permissions')->daily()->at('00:30')->before(function () {
|
||||
$schedule->command('fix:storage-permissions')->everyFiveMinutes()->before(function () {
|
||||
Log::info('Running fix:storage-permissions');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user