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
Hi.
I have a decorator for doctrine.orm.validator.unique which is tagged with validator.constraint_validator. With symfony 3.1.5 new checks were introduced in here
results with exception The service "app.decorating.doctrine_unique.inner" must be public as it can be lazy-loaded.
Additionaly, InvalidArgumentException is not imported.