Target class [translator] does not exist.
This error appeared when I upgraded v3.0.12 => v3.0.14. Does anybody have any idea what is broken is 3.0.13 or 3.0.14? Maybe translation engine is no longer available for
AppPanelProvider
?
6 Replies
Can you share your
AppPanelProvider
code?
The problem was introduced in 3.0.14. I've checked version by version.
@Dan Harrin Any ideas?
#✅┊rules no1
This was already fixed. But if you register translations in a Service Provider they won't work anyway, since the locale is only set inside a Middleware.
Translations in Service Provider worked until 3.0.14. I refactored the code to work on 3.0.14+ like that:
yup but we also fixed it in core
on .17