Skip to content

Commit

Permalink
Merge pull request #53 from ZAZmaster/patch-1
Browse files Browse the repository at this point in the history
Update MorphToSortedMany.php
  • Loading branch information
boxfrommars authored Nov 26, 2017
2 parents 53a39c4 + d17c4af commit d99db0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rutorika/Sortable/MorphToSortedMany.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(Builder $query, Model $parent, $name, $table, $forei
$relatedPivotKey, $parentKey, $relatedKey, $orderColumn, $relationName = null, $inverse = false)
{
parent::__construct($query, $parent, $name, $table, $foreignPivotKey,
$relatedPivotKey, $parentKey, $relatedKey, $relationName = null, $inverse = false);
$relatedPivotKey, $parentKey, $relatedKey, $relationName = null, $inverse);
$this->setOrderColumn($orderColumn);
}
}

0 comments on commit d99db0a

Please sign in to comment.