Completed
Push — master ( b63ab7...5bd6a5 )
by Terzi
04:37
created
src/Field/BelongsTo.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,6 +126,6 @@
 block discarded – undo
126 126
         $foreignColumn = $this->getColumn();
127 127
 
128 128
         return $query->leftJoin("{$joinTable} as {$alias}", "{$table}.{$foreignKey}", '=', "{$alias}.{$ownerKey}")
129
-                     ->orderBy("{$alias}.{$foreignColumn}", $direction);
129
+                        ->orderBy("{$alias}.{$foreignColumn}", $direction);
130 130
     }
131 131
 }
Please login to merge, or discard this patch.