@@ -35,7 +35,7 @@ |
||
35 | 35 | |
36 | 36 | // render view output |
37 | 37 | return $this->view->render('index', [ |
38 | - 'model' => $model |
|
38 | + 'model' => $model |
|
39 | 39 | ]); |
40 | 40 | } |
41 | 41 | } |
42 | 42 | \ No newline at end of file |
@@ -27,8 +27,8 @@ |
||
27 | 27 | } |
28 | 28 | |
29 | 29 | /** |
30 | - * Load configs from app data |
|
31 | - */ |
|
30 | + * Load configs from app data |
|
31 | + */ |
|
32 | 32 | public function before() |
33 | 33 | { |
34 | 34 | if ($this->_config === null) { |