Commit 8af01b676733d22301f99b77256d5f86250a239c
1 parent
bc54438e
-Stom prices
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/controllers/SiteController.php
@@ -213,7 +213,7 @@ | @@ -213,7 +213,7 @@ | ||
213 | { | 213 | { |
214 | $page_stom = Page::find() | 214 | $page_stom = Page::find() |
215 | ->with('lang') | 215 | ->with('lang') |
216 | - ->where([ 'id' => 21 ]) | 216 | + ->where([ 'id' => 22 ]) |
217 | ->one(); | 217 | ->one(); |
218 | $page_cosm = Page::find() | 218 | $page_cosm = Page::find() |
219 | ->with('lang') | 219 | ->with('lang') |