diff --git a/src/Bundle/ChillMainBundle/Form/SavedExportType.php b/src/Bundle/ChillMainBundle/Form/SavedExportType.php index 7de44d5c9..beccfbd19 100644 --- a/src/Bundle/ChillMainBundle/Form/SavedExportType.php +++ b/src/Bundle/ChillMainBundle/Form/SavedExportType.php @@ -23,7 +23,7 @@ use Symfony\Component\Security\Core\Security; class SavedExportType extends AbstractType { - public function __construct(private Security $security) {} + public function __construct(private readonly Security $security) {} public function buildForm(FormBuilderInterface $builder, array $options) {