Completed
Push — master ( eacc73...69d932 )
by Adrian
01:58
created
src/Relation/ManyToMany.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
             ->newQuery();
57 57
 
58 58
         $query = $this->joinWithThroughTable($query)
59
-                      ->where($this->options[RelationConfig::THROUGH_NATIVE_COLUMN], $nativePks);
59
+                        ->where($this->options[RelationConfig::THROUGH_NATIVE_COLUMN], $nativePks);
60 60
 
61 61
         if ($this->getOption(RelationConfig::QUERY_CALLBACK) &&
62 62
             is_callable($this->getOption(RelationConfig::QUERY_CALLBACK))) {
Please login to merge, or discard this patch.