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
[Symfony\Component\DependencyInjection\Exception\RuntimeException]
Cannot autowire service "AppBundle\Manager\EmailManager": argument "$canonicalizer" of method "__construct()" references interface "FOS\UserBundle\Util\CanonicalizerInterface" but no such service exists. You should maybe alias this interface to the existing "fos_user
.util.canonicalizer.default" service. Did you create a class that implements this interface?
The text was updated successfully, but these errors were encountered:
The thing is, we allow configuring different normalizers for the username and the email (even though they use the same default implementation). Which one should we autowire, the email or the username one ?
Example:
The text was updated successfully, but these errors were encountered: