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

Passed
Push — fix-testing-routes ( e820aa )
by Pedro
12:49
created
tests/BaseTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
             (array) config('backpack.base.middleware_key', 'admin'),
23 23
             'prefix'     => config('backpack.base.route_prefix', 'admin'),
24 24
         ],
25
-            function () {
25
+            function() {
26 26
                 Route::crud('users', 'Backpack\CRUD\Tests\Unit\Http\Controllers\UserCrudController');
27 27
             }
28 28
         );
Please login to merge, or discard this patch.