mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-16 14:29:30 +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;
|
const SORT_ASC = false;
|
||||||
/**
|
/**
|
||||||
* Sort ascending
|
* Sort descending
|
||||||
* @see orderBy
|
* @see orderBy
|
||||||
*/
|
*/
|
||||||
const SORT_DESC = true;
|
const SORT_DESC = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user