We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -12,7 +12,7 @@ |
||
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. |