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 ( 00ccd2...5062f6 )
by Cristian
03:42
created
src/resources/views/columns/select.blade.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,8 +1,8 @@
 block discarded – undo
1 1
 {{-- single relationships (1-1, 1-n) --}}
2 2
 <td>
3 3
 	<?php
4
-		if ($entry->{$column['entity']}) {
5
-	    	echo $entry->{$column['entity']}->{$column['attribute']};
6
-	    }
7
-	?>
4
+        if ($entry->{$column['entity']}) {
5
+            echo $entry->{$column['entity']}->{$column['attribute']};
6
+        }
7
+    ?>
8 8
 </td>
9 9
\ No newline at end of file
Please login to merge, or discard this patch.