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

Passed
Pull Request — master (#4110)
by
unknown
14:56
created
src/resources/views/crud/fields/google_map.blade.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 // the field should work whether or not Laravel attribute casting is used
4 4
 
5 5
 if (isset($field['value'])) {
6
-	$field['value'] = json_encode($field['value']);
6
+    $field['value'] = json_encode($field['value']);
7 7
 }
8 8
 ?>
9 9
 
Please login to merge, or discard this patch.