mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-19 08:44:24 +00:00
fix method name
This commit is contained in:
parent
a2b3ff6d63
commit
77247de990
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user