Skip to content

Commit

Permalink
[BUGFIX] Register SuggestFormFactory as service (#33)
Browse files Browse the repository at this point in the history
The `SuggestFormFactory` is renderd via a ViewHelper within Fluid, where DI is not available. Therefore, the factory class needs to be registered explicitly.
  • Loading branch information
andreaskienast authored Jan 24, 2024
1 parent c18291d commit 10284c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ services:
Evoweb\Sessionplaner\Controller\AjaxController:
public: true

Evoweb\Sessionplaner\Domain\Factory\SuggestFormFactory:
public: true

Evoweb\Sessionplaner\Domain\Finisher\SuggestFormFinisher:
public: true

0 comments on commit 10284c3

Please sign in to comment.