Skip to content

Commit 7d5ea7b

Browse files
authored
Update ConfigObserver.php
1 parent bc1ef96 commit 7d5ea7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Observer/ConfigObserver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ class ConfigObserver implements ObserverInterface
2020
/**
2121
* @var SectionFactory
2222
*/
23-
private $sectionFactory;
23+
protected $sectionFactory;
2424

2525
/**
2626
* @var Info
2727
*/
28-
private $info;
28+
protected $info;
2929

3030
/**
3131
* @var ManagerInterface

0 commit comments

Comments
 (0)