Commit 8af01b676733d22301f99b77256d5f86250a239c

Authored by Alexey Boroda
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 213 {
214 214 $page_stom = Page::find()
215 215 ->with('lang')
216   - ->where([ 'id' => 21 ])
  216 + ->where([ 'id' => 22 ])
217 217 ->one();
218 218 $page_cosm = Page::find()
219 219 ->with('lang')
... ...