Commit a766a000 by Alexander Kochetov

Sort updated

parent 404a219a
...@@ -145,7 +145,7 @@ class Sort extends Object ...@@ -145,7 +145,7 @@ class Sort extends Object
* ~~~ * ~~~
* [ * [
* 'name' => SORT_ASC, * 'name' => SORT_ASC,
* 'create_time' => SORT_DESC, * 'created_at' => SORT_DESC,
* ] * ]
* ~~~ * ~~~
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment