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

Completed
Pull Request — master (#1204)
by Alashov
03:18
created
src/app/Http/Controllers/CrudFeatures/SaveActions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      */
12 12
     public function getSaveAction()
13 13
     {
14
-        $cantCreate = ! $this->crud->hasAccess('create');
14
+        $cantCreate = !$this->crud->hasAccess('create');
15 15
         $saveAction = session('save_action', config('backpack.crud.default_save_action', 'save_and_back'));
16 16
         if ($saveAction == 'save_and_new' && $cantCreate) {
17 17
             $saveAction = 'save_and_back';
Please login to merge, or discard this patch.