From f23a3809933340684dac153793da9532936b86cb Mon Sep 17 00:00:00 2001 From: zhegal Date: Wed, 31 Jan 2018 16:23:07 +0200 Subject: [PATCH] objects main page --- frontend/controllers/SiteController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index b289cc9..f9aa389 100644 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -62,7 +62,9 @@ ->with('lang.alias') ->where([ 'id' => array(7,37,38,39) - ])->all(); + ]) + ->orderBy('id') + ->all(); return $this->render( 'index', -- libgit2 0.21.4