diff --git a/application/symfony/src/Domain/TemplateManagement/TemplatePathFormAndView.php b/application/symfony/src/Domain/TemplateManagement/TemplatePathFormAndView.php index a3e9ccf..3143d32 100644 --- a/application/symfony/src/Domain/TemplateManagement/TemplatePathFormAndView.php +++ b/application/symfony/src/Domain/TemplateManagement/TemplatePathFormAndView.php @@ -1,18 +1,15 @@ view = new TemplatePathInformation($file, $folder, $type, self::VIEW_FOLDER); + $this->view = new TemplatePathInformation($file, $folder, self::VIEW_FOLDER); } /**