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