Test Failed
Push — master ( b087ed...f1d6f8 )
by Terzi
04:04
created
src/Field/BelongsTo.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
         $foreignColumn = $this->getColumn();
75 75
 
76 76
         return $query->leftJoin("{$joinTable} as {$alias}", "{$table}.{$foreignKey}", '=', "{$alias}.{$ownerKey}")
77
-                     ->orderBy("{$alias}.{$foreignColumn}", $direction);
77
+                        ->orderBy("{$alias}.{$foreignColumn}", $direction);
78 78
     }
79 79
 
80 80
     /**
Please login to merge, or discard this patch.