From 4137b8c9e623a41af3becfa43c275bcaf253b789 Mon Sep 17 00:00:00 2001 From: elisei Date: Fri, 6 May 2022 15:04:26 -0300 Subject: [PATCH] Fix #124 --- Model/Config/Source/EraseComponents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Config/Source/EraseComponents.php b/Model/Config/Source/EraseComponents.php index ed72ed5..4236b3f 100644 --- a/Model/Config/Source/EraseComponents.php +++ b/Model/Config/Source/EraseComponents.php @@ -30,7 +30,7 @@ final class EraseComponents implements OptionSourceInterface /** * @var string[][] */ - private array $options; + private array $options = []; public function __construct( ConfigInterface $objectManagerConfig,