Skip to content

Commit

Permalink
Merge pull request #441 from nasirkhan/analysis-6VOw4n
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
nasirkhan authored Jul 27, 2023
2 parents 1fe6e6f + 70cc9f7 commit 4a11890
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ protected function schedule(Schedule $schedule): void
// $schedule->command('inspire')->hourly();

// Backup Cleanup
$schedule->command('backup:clean')->daily()->at('01:00');
$schedule->command('backup:clean')->daily()->at('01:00');
}

/**
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Backend/BackupController.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function create()
Log::info("Backpack\BackupManager -- new backup started from admin interface \r\n".$output);

// return the results as a response to the ajax call
flash(icon()."New backup created")->success()->important();
flash(icon().'New backup created')->success()->important();

return redirect()->back();
} catch (Exception $e) {
Expand Down

0 comments on commit 4a11890

Please sign in to comment.