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
The config provider/module here should alias the shipped translator to Laminas\Translator\TranslatorInterface so that packages requiring a translator can call $container->get(Laminas\Translator\TranslatorInterface::class) to fetch a translator from the container without importing symbols from i18n.
The config provider/module here should alias the shipped translator to
Laminas\Translator\TranslatorInterface
so that packages requiring a translator can call$container->get(Laminas\Translator\TranslatorInterface::class)
to fetch a translator from the container without importing symbols fromi18n
.This should have been done in #128
The text was updated successfully, but these errors were encountered: