File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
lib/internal/Magento/Framework/ObjectManager/Resetter Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ class Resetter implements ResetterInterface
30
30
/** @var WeakMapSorter|null Note: We use temporal coupling here because of chicken/egg during bootstrapping */
31
31
private ?WeakMapSorter $ weakMapSorter = null ;
32
32
33
-
34
33
/**
35
34
* @var array
36
35
*/
@@ -46,8 +45,8 @@ public function __construct(
46
45
private ?ComponentRegistrarInterface $ componentRegistrar = null ,
47
46
private array $ classList = [],
48
47
) {
49
- if (null === $ componentRegistrar ) {
50
- $ componentRegistrar = new ComponentRegistrar ();
48
+ if (null === $ this -> componentRegistrar ) {
49
+ $ this -> componentRegistrar = new ComponentRegistrar ();
51
50
}
52
51
foreach ($ this ->getPaths () as $ resetPath ) {
53
52
if (!\file_exists ($ resetPath )) {
You can’t perform that action at this time.
0 commit comments