mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-29 18:14:59 +00:00
rector fix error
This commit is contained in:
@@ -30,7 +30,7 @@ class ScopeFilter implements FilterInterface
|
|||||||
private const PREFIX = 'cal_filter_scope';
|
private const PREFIX = 'cal_filter_scope';
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
private RollingDateConverter $rollingDateConverter,
|
private readonly RollingDateConverter $rollingDateConverter,
|
||||||
protected TranslatorInterface $translator,
|
protected TranslatorInterface $translator,
|
||||||
private readonly TranslatableStringHelper $translatableStringHelper
|
private readonly TranslatableStringHelper $translatableStringHelper
|
||||||
) {}
|
) {}
|
||||||
|
Reference in New Issue
Block a user