Skip to content

Commit 1d43069

Browse files
authored
Update Sortable.php
1 parent 800acb6 commit 1d43069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Sortable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private function queryOrderBuilder(Builder $query, array $params)
6464
$model = $relation->getRelated();
6565

6666
// Join the relation into the primary query
67-
// Set the related model's table to be the unique left join identifier
67+
// Set the related model's table to be the unique left join identifier
6868
$joinId = $this->queryJoinBuilder($query, $relation);
6969
$model->setTable($joinId);
7070

0 commit comments

Comments
 (0)