Skip to content

Commit

Permalink
[BUGFIX] Make ResolverService public
Browse files Browse the repository at this point in the history
Resolves: https://projekte.in2code.de/issues/67020

A relation made by a plugin flexform is now correctly resolved.
  • Loading branch information
dhoffmann1979 committed Oct 7, 2024
1 parent f8bdf0b commit e486dc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Configuration/Component/Core/Services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ services:
In2code\In2publishCore\Component\Core\Publisher\PublisherService:
public: true
shared: true

In2code\In2publishCore\Component\Core\Service\ResolverService:
public: true

0 comments on commit e486dc1

Please sign in to comment.