From 225903c8f2b852f3266f4013136320b1404fb5d7 Mon Sep 17 00:00:00 2001 From: Anastasia Date: Tue, 24 Apr 2018 12:32:56 +0300 Subject: [PATCH] - default sort --- controllers/OrderController.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/controllers/OrderController.php b/controllers/OrderController.php index d830d42..230fc78 100755 --- a/controllers/OrderController.php +++ b/controllers/OrderController.php @@ -102,6 +102,7 @@ 'hasLanguage' => false, 'enableMassDelete' => false, 'modelPrimaryKey' => 'id', + 'defaultSort' => 'created_at DESC' ], ]; } -- libgit2 0.21.4