Skip to content

Commit

Permalink
Fix #124
Browse files Browse the repository at this point in the history
  • Loading branch information
elisei committed May 6, 2022
1 parent db0836f commit 4137b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Config/Source/EraseComponents.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class EraseComponents implements OptionSourceInterface
/**
* @var string[][]
*/
private array $options;
private array $options = [];

public function __construct(
ConfigInterface $objectManagerConfig,
Expand Down

0 comments on commit 4137b8c

Please sign in to comment.