bolt / forms

MIT License
21 stars 27 forks source link

Fix that PostSubmitEvent is not called as a service in an autowire #89

Closed Joossensei closed 2 years ago

Joossensei commented 2 years ago

If you use the __construct function to autowire the PostSubmitEvent it throws an error saying its not a service. This fixes that error.