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 ( e3d472...3c4634 )
by Cristian
04:47
created
src/app/Http/Controllers/BackupController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.