Remove the laravel-backup library

This commit is contained in:
nabeelio
2021-03-05 07:33:42 -05:00
parent c3465851b2
commit 70a4cf9f90
7 changed files with 49 additions and 466 deletions

View File

@@ -31,10 +31,10 @@ class Kernel extends ConsoleKernel
$schedule->command(Hourly::class)->hourly();
// When spatie-backups runs
if (config('backup.backup.enabled', false) === true) {
/*if (config('backup.backup.enabled', false) === true) {
$schedule->command('backup:clean')->daily()->at('01:00');
$schedule->command('backup:run')->daily()->at('02:00');
}
}*/
// Update the last time the cron was run
/** @var CronService $cronSvc */