Browse Source

Sort updated

tags/2.0.0-beta
Alexander Kochetov 11 years ago
parent
commit
a766a00027
  1. 2
      framework/data/Sort.php

2
framework/data/Sort.php

@ -145,7 +145,7 @@ class Sort extends Object
* ~~~
* [
* 'name' => SORT_ASC,
* 'create_time' => SORT_DESC,
* 'created_at' => SORT_DESC,
* ]
* ~~~
*

Loading…
Cancel
Save