Eugeny Galkovskiy
/
kbenergy_new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f23a3809933340684dac153793da9532936b86cb
Authored by
Eugeny Galkovskiy
2018-01-31 16:23:07 +0200
1 parent
a13c0fbc
objects main page
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
frontend/controllers/SiteController.php
Inline
Side-by-side
frontend/controllers/SiteController.php
Wrap text
Show/Hide comments
View file @
f23a380
...
...
@@ -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',
...
...