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 (#14)
by Owen
02:17
created
src/Console/Commands/CrudModelBackpackCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
     {
114 114
         $name = $this->argument('name');
115 115
 
116
-        if (! $this->option('nomigration')) {
116
+        if (!$this->option('nomigration')) {
117 117
             $this->buildMigration($name);
118 118
         }
119 119
     }
Please login to merge, or discard this patch.
src/Console/Commands/ModelBackpackCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
     {
126 126
         $name = $this->argument('name');
127 127
 
128
-        if (! $this->option('nomigration')) {
128
+        if (!$this->option('nomigration')) {
129 129
             $this->buildMigration($name);
130 130
         }
131 131
     }
Please login to merge, or discard this patch.