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 controller uses translations for the exception messages. The exception messages will not be visible to users, as on prod the exception message will not get shown.
In other words; the translations in the controller and the translation files can get removed, and thereby the dev dependency on symfony/translation also can get removed.
Currently we only allow TranslationInterface from Contracts. We should allow the same interface from the component too.
Symfony 3.4 is not using contracts.
The text was updated successfully, but these errors were encountered: