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 — development (#51)
by José
03:59
created
app/Models/User.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
     {
175 175
         parent::boot();
176 176
         self::creating(
177
-            function ($model) {
177
+            function($model) {
178 178
                 // Generate a version 4 Uuid.
179 179
                 $model->id = (string) Uuid::generate(4)->string;
180 180
             }
Please login to merge, or discard this patch.
app/Models/Campaign.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
     {
175 175
         parent::boot();
176 176
         self::creating(
177
-            function ($model) {
177
+            function($model) {
178 178
                 // Generate a version 4 Uuid.
179 179
                 $model->id = (string) Uuid::generate(4)->string;
180 180
             }
Please login to merge, or discard this patch.
app/Models/Comment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
     {
175 175
         parent::boot();
176 176
         self::creating(
177
-            function ($model) {
177
+            function($model) {
178 178
                 // Generate a version 4 Uuid.
179 179
                 $model->id = (string) Uuid::generate(4)->string;
180 180
             }
Please login to merge, or discard this patch.
app/Models/BloodType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@
 block discarded – undo
174 174
     {
175 175
         parent::boot();
176 176
         self::creating(
177
-            function ($model) {
177
+            function($model) {
178 178
                 // Generate a version 4 Uuid.
179 179
                 $model->id = (string) Uuid::generate(4)->string;
180 180
             }
Please login to merge, or discard this patch.