Commit 148776aeec5fbc8f518d871c56fa9a6148648405
1 parent
b4efc94e
change request to massage
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/app/frontend/controllers/SeriesOfLettersController.php
@@ -12,6 +12,7 @@ class SeriesOfLettersController extends \Phalcon\Mvc\Controller | @@ -12,6 +12,7 @@ class SeriesOfLettersController extends \Phalcon\Mvc\Controller | ||
12 | } | 12 | } |
13 | 13 | ||
14 | public function indexAction(){ | 14 | public function indexAction(){ |
15 | + | ||
15 | $data = \seriesOfLetters::find(); | 16 | $data = \seriesOfLetters::find(); |
16 | 17 | ||
17 | $this->view->setVars([ | 18 | $this->view->setVars([ |