We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1ef96 commit 7d5ea7bCopy full SHA for 7d5ea7b
Observer/ConfigObserver.php
@@ -20,12 +20,12 @@ class ConfigObserver implements ObserverInterface
20
/**
21
* @var SectionFactory
22
*/
23
- private $sectionFactory;
+ protected $sectionFactory;
24
25
26
* @var Info
27
28
- private $info;
+ protected $info;
29
30
31
* @var ManagerInterface
0 commit comments