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 — add-backpack-theme-env-variabl... ( 02cf6d )
by Cristian
14:35
created
src/config/backpack/base.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     // and choosing that view_namespace instead of the default one. Backpack will load a file from there
13 13
     // if it exists, otherwise it will load it from the default namespace ("backpack::").
14 14
 
15
-    'view_namespace' => env('BACKPACK_THEME') . '::' ?? 'backpack.theme-coreuiv2::',
15
+    'view_namespace' => env('BACKPACK_THEME').'::' ?? 'backpack.theme-coreuiv2::',
16 16
 
17 17
     // EXAMPLE: if you create a new folder in resources/views/vendor/myname/mypackage,
18 18
     // your namespace would be the one below. IMPORTANT: in this case the namespace ends with a dot.
Please login to merge, or discard this patch.