We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -14,7 +14,7 @@ |
||
14 | 14 | 'namespace' => 'Backpack\BackupManager\app\Http\Controllers', |
15 | 15 | 'prefix' => config('backpack.base.route_prefix', 'admin'), |
16 | 16 | 'middleware' => ['web', 'admin'], |
17 | -], function () { |
|
17 | +], function() { |
|
18 | 18 | Route::get('backup', 'BackupController@index'); |
19 | 19 | Route::put('backup/create', 'BackupController@create'); |
20 | 20 | Route::get('backup/download/{file_name?}', 'BackupController@download'); |
@@ -55,7 +55,7 @@ |
||
55 | 55 | ini_set('max_execution_time', 300); |
56 | 56 | // start the backup process |
57 | 57 | $flags = config('backup.backup.backpack_flags', false); |
58 | - info("Calling backup:run ",$flags); |
|
58 | + info("Calling backup:run ", $flags); |
|
59 | 59 | |
60 | 60 | if ($flags) { |
61 | 61 | Artisan::call('backup:run', $flags); |