We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
locale
I get an error like this:
Found 1 unknown class! (unable to autoload those, so we cannot check them) • locale in src/Factory/WidgetConfigFactory.php:60 (+ 3 more)
in code like this:
$obj->setRejectButtonLabel($this->translator->trans( id: 'setono_sylius_consent_management.ui.widget_config_defaults.reject_button', locale: $localeCode, ));
$this->translator is an instance of \Symfony\Contracts\Translation\TranslatorInterface
$this->translator
\Symfony\Contracts\Translation\TranslatorInterface
The text was updated successfully, but these errors were encountered:
Which version are you using? This was already reported and should be fixed since 1.8.1.
Sorry, something went wrong.
No branches or pull requests
I get an error like this:
in code like this:
$this->translator
is an instance of\Symfony\Contracts\Translation\TranslatorInterface
The text was updated successfully, but these errors were encountered: