mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 04:19:43 +00:00
fix method name
This commit is contained in:
@@ -73,7 +73,7 @@ class CustomFieldChoice implements CustomFieldInterface
|
|||||||
)
|
)
|
||||||
{
|
{
|
||||||
$this->requestStack = $requestStack;
|
$this->requestStack = $requestStack;
|
||||||
$this->defaultLocales = $translator->getDefaultLocales();
|
$this->defaultLocales = $translator->getFallbackLocales();
|
||||||
$this->templating = $templating;
|
$this->templating = $templating;
|
||||||
$this->translatableStringHelper = $translatableStringHelper;
|
$this->translatableStringHelper = $translatableStringHelper;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user