@@ -31,7 +31,7 @@ |
||
31 | 31 | |
32 | 32 | // render view output |
33 | 33 | return App::$View->render('index', [ |
34 | - 'model' => $model->filter() |
|
34 | + 'model' => $model->filter() |
|
35 | 35 | ]); |
36 | 36 | } |
37 | 37 | } |
38 | 38 | \ No newline at end of file |