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 (#3241)
by Agus
20:10
created
src/config/backpack/base.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     ],
63 63
 
64 64
     // CSS files that are loaded in all pages, using Laravel's mix() helper
65
-    'mix_styles' => [ // file_path => manifest_directory_path
65
+    'mix_styles' => [// file_path => manifest_directory_path
66 66
         // 'css/app.css' => '',
67 67
     ],
68 68
 
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
     */
208 208
 
209 209
     // Fully qualified namespace of the User model
210
-    'user_model_fqn' => App\User::class,            // For Laravel 7 and below
210
+    'user_model_fqn' => App\User::class, // For Laravel 7 and below
211 211
     // 'user_model_fqn' => App\Models\User::class,  // For Laravel 8
212 212
 
213 213
     // The classes for the middleware to check if the visitor is an admin
Please login to merge, or discard this patch.