@@ -52,6 +52,11 @@ |
||
52 | 52 | $this->config = $container->get(ZendConfig::class); |
53 | 53 | } |
54 | 54 | |
55 | + /** |
|
56 | + * @param string $template |
|
57 | + * @param string $type |
|
58 | + * @param string $controller |
|
59 | + */ |
|
55 | 60 | private function checkTemplateFile($template, $type, $controller) : void |
56 | 61 | { |
57 | 62 | if (!file_exists($this->config->app->get('templates_dir', './templates') .'/'. $template)) { |