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 4c27935 commit 35b02b0Copy full SHA for 35b02b0
Observer/ConfigObserver.php
@@ -20,12 +20,12 @@ class ConfigObserver implements ObserverInterface
20
/**
21
* @var SectionFactory
22
*/
23
- protected $sectionFactory;
+ private $sectionFactory;
24
25
26
* @var Info
27
28
- protected $info;
+ private $info;
29
30
31
* @var ManagerInterface
0 commit comments