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