Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Completed
Pull Request — master (#48)
by
unknown
05:25
created
src/routes/backpack/backupmanager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
     if (config('backpack.backup.setup_backup_routes')) {
19 19
         Route::get('backup', 'BackupController@index');
20 20
         Route::put('backup/create', 'BackupController@create');
Please login to merge, or discard this patch.