Skip to content

Commit

Permalink
Fix statement in doc block for orderDesc
Browse files Browse the repository at this point in the history
  • Loading branch information
ravage84 committed May 26, 2016
1 parent f8f4838 commit 4248a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Query.php
Expand Up @@ -1027,7 +1027,7 @@ public function orderAsc($field, $overwrite = false)
}

/**
* Add an ORDER BY clause with an ASC direction.
* Add an ORDER BY clause with a DESC direction.
*
* This method allows you to set complex expressions
* as order conditions unlike order()
Expand Down

0 comments on commit 4248a3d

Please sign in to comment.