Commit f23a3809933340684dac153793da9532936b86cb

Authored by Eugeny Galkovskiy
1 parent a13c0fbc

objects main page

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
frontend/controllers/SiteController.php
... ... @@ -62,7 +62,9 @@
62 62 ->with('lang.alias')
63 63 ->where([
64 64 'id' => array(7,37,38,39)
65   - ])->all();
  65 + ])
  66 + ->orderBy('id')
  67 + ->all();
66 68  
67 69 return $this->render(
68 70 'index',
... ...