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
Push — master ( ddc5af...6be3e8 )
by Cristian
03:15
created
src/PanelTraits/FakeFields.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,8 +57,7 @@
 block discarded – undo
57 57
                 {
58 58
                     // don't json_encode spatie/translatable fake columns
59 59
                     $request[$value] = $request[$value];
60
-                }
61
-                else
60
+                } else
62 61
                 {
63 62
                     $request[$value] = json_encode($request[$value]);
64 63
                 }
Please login to merge, or discard this patch.