From a766a0002734993dc1ee34fe2762a5886206172b Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Sun, 19 Jan 2014 13:51:01 +0400 Subject: [PATCH] Sort updated --- framework/data/Sort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/data/Sort.php b/framework/data/Sort.php index 0432006..8e86e00 100644 --- a/framework/data/Sort.php +++ b/framework/data/Sort.php @@ -145,7 +145,7 @@ class Sort extends Object * ~~~ * [ * 'name' => SORT_ASC, - * 'create_time' => SORT_DESC, + * 'created_at' => SORT_DESC, * ] * ~~~ *