Passed
Push — master ( 4d2a0c...fef006 )
by Jonas
04:17
created
src/Relations/Postgres/BelongsTo.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
 class BelongsTo extends Base
9 9
 {
10
-   use IsPostgresRelation;
10
+    use IsPostgresRelation;
11 11
 
12 12
     /**
13 13
      * Add the constraints for a relationship query.
Please login to merge, or discard this patch.