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
Pull Request — master (#3447)
by
unknown
11:13
created
src/routes/backpack/base.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@  discard block
 block discarded – undo
16 16
     'middleware' => config('backpack.base.web_middleware', 'web'),
17 17
     'prefix'     => config('backpack.base.route_prefix'),
18 18
 ],
19
-function () {
19
+function() {
20 20
     // if not otherwise configured, setup the auth routes
21 21
     if (config('backpack.base.setup_auth_routes')) {
22 22
         // Authentication Routes...
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
 
54 54
     // This defines the fallback route when no matching route is found, is responsible for showing the 404 page.
55 55
     // NOTE: this should be the last registered route in this file.
56
-    Route::fallback(function () {
56
+    Route::fallback(function() {
57 57
         return abort('404');
58 58
     });
59 59
 });
Please login to merge, or discard this patch.