You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this bundle in a Symfony 4 app and am getting the following warning when clearing cache etc:
The "App\Application\EventListener\User\PasswordResetRequestedListener" service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead.
My event listener is wired up in services.yaml as follows:
I've done some searching and it seems to be related to Symfony 4 making services private by default. I don't want to override this for every event listener. Am I missing something in the config?
Thanks
The text was updated successfully, but these errors were encountered:
But now, this does not seem to have the appropriate effect at the right moment. It could also very well be something else happening during this migration.
Hi,
I'm using this bundle in a Symfony 4 app and am getting the following warning when clearing cache etc:
My event listener is wired up in services.yaml as follows:
My Tactician config is as follows:
I've done some searching and it seems to be related to Symfony 4 making services private by default. I don't want to override this for every event listener. Am I missing something in the config?
Thanks
The text was updated successfully, but these errors were encountered: