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 (#224)
by Owen
10:24
created
src/CrudServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@  discard block
 block discarded – undo
75 75
      */
76 76
     public function register()
77 77
     {
78
-        $this->app->bind('CRUD', function ($app) {
78
+        $this->app->bind('CRUD', function($app) {
79 79
             return new CRUD($app);
80 80
         });
81 81
 
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
     {
151 151
         $crudPubPath = public_path('vendor/backpack/crud');
152 152
 
153
-        if (! is_dir($crudPubPath)) {
153
+        if (!is_dir($crudPubPath)) {
154 154
             return true;
155 155
         }
156 156
 
Please login to merge, or discard this patch.