mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 22:39:52 +08:00
Merge pull request #681 from aivus/query
Fix SORT_DESC comment in Query.php
This commit is contained in:
@@ -43,7 +43,7 @@ class Query extends Component
|
||||
*/
|
||||
const SORT_ASC = false;
|
||||
/**
|
||||
* Sort ascending
|
||||
* Sort descending
|
||||
* @see orderBy
|
||||
*/
|
||||
const SORT_DESC = true;
|
||||
|
||||
Reference in New Issue
Block a user