| @@ -55,6 +55,11 @@ | ||
| 55 | 55 |          $this->config = $container->get('config'); | 
| 56 | 56 | } | 
| 57 | 57 | |
| 58 | + /** | |
| 59 | + * @param string $template | |
| 60 | + * @param string $type | |
| 61 | + * @param string $controller | |
| 62 | + */ | |
| 58 | 63 | private function checkTemplateFile($template, $type, $controller) : void | 
| 59 | 64 |      { | 
| 60 | 65 |          if (!file_exists($this->config['app']['templates_path'] .'/'. $template)) { |