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
Push — master ( ecaaa9...0a36a8 )
by Cristian
01: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
 
19 19
     // Backup
20 20
     Route::get('backup', 'BackupController@index');
Please login to merge, or discard this patch.