Commit f23a3809933340684dac153793da9532936b86cb
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,7 +62,9 @@ | ||
| 62 | ->with('lang.alias') | 62 | ->with('lang.alias') |
| 63 | ->where([ | 63 | ->where([ |
| 64 | 'id' => array(7,37,38,39) | 64 | 'id' => array(7,37,38,39) |
| 65 | - ])->all(); | 65 | + ]) |
| 66 | + ->orderBy('id') | ||
| 67 | + ->all(); | ||
| 66 | 68 | ||
| 67 | return $this->render( | 69 | return $this->render( |
| 68 | 'index', | 70 | 'index', |