TradersVE
@samdark @thenotsoft Wouldn't it be better to remove TranslatorInterface from the constructor Validator::class, and from FormModel::class, and create setter in Validator::class, and be able to configure it in a general way in the application?
You don’t need to remove it from the validator, but I think it would be better to remove it from the form, and pass the validator as a form dependency, where TranslateInterface is already passed to the validator, but in this form in which the validator is now implemented, this cannot be done.