Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Dec 24, 2015
1 parent 2e2261b commit 7b98cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Iterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function __construct(Query $query)
$model = $query->getModel();
$idProperties = $model::getIDProperties();
foreach ($idProperties as &$property) {
$property .= ' ASC';
$property .= ' asc';
}

$query->sort(implode(',', $idProperties));
Expand Down

0 comments on commit 7b98cc2

Please sign in to comment.