Skip to content

Commit b9c5f58

Browse files
authored
Merge pull request #126 from elisei/Issue124b
Fix #124
2 parents a75f762 + 4137b8c commit b9c5f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Config/Source/EraseComponents.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class EraseComponents implements OptionSourceInterface
3030
/**
3131
* @var string[][]
3232
*/
33-
private array $options;
33+
private array $options = [];
3434

3535
public function __construct(
3636
ConfigInterface $objectManagerConfig,

0 commit comments

Comments
 (0)