Skip to content

Commit

Permalink
QueryBuilder - restored accidentally removed orderBy building
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Nov 16, 2015
1 parent 3ec60a2 commit e1b4ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function build($query)
$this->buildSelect($query->select, $parts);
$this->buildLimit($query->limit, $parts);
$this->buildPage($query->offset, $query->limit, $parts);
$this->buildOrderBy($query->orderBy, $parts);

$parts = ArrayHelper::merge($parts, $this->buildCondition($query->where));

Expand Down

0 comments on commit e1b4ddb

Please sign in to comment.