full generation for accompanying period

This commit is contained in:
2021-12-01 15:43:34 +01:00
parent 9d0e1a82e7
commit 7719d2b073
14 changed files with 248 additions and 108 deletions

View File

@@ -18,12 +18,12 @@ use function array_key_exists;
final class TranslatableStringHelper implements TranslatableStringHelperInterface
{
private string $defaultLocale;
private RequestStack $requestStack;
private TranslatorInterface $translator;
private string $defaultLocale;
public function __construct(RequestStack $requestStack, TranslatorInterface $translator, ParameterBagInterface $parameterBag)
{
$this->requestStack = $requestStack;