Add temporary demo form template

[MAILPOET-2985]
This commit is contained in:
Rostislav Wolny
2020-06-30 16:38:38 +02:00
committed by Veljko V
parent 57ff83441f
commit 552c1f32b0
2 changed files with 123 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ class TemplateRepository {
private $templates = [
'initial_form' => InitialForm::class,
'demo_form' => DemoForm::class,
];
public function getFormEntityForTemplate($templateId): FormEntity {