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 6e63230 commit da07ee3Copy full SHA for da07ee3
app/code/Magento/GoogleGtag/Model/Config/GtagConfig.php
@@ -16,9 +16,9 @@ class GtagConfig
16
/**
17
* Config paths for using throughout the code
18
*/
19
- private const XML_PATH_ACTIVE = 'google/gtag/analytics4/active';
+ protected const XML_PATH_ACTIVE = 'google/gtag/analytics4/active';
20
21
- private const XML_PATH_MEASUREMENT_ID = 'google/gtag/analytics4/measurement_id';
+ protected const XML_PATH_MEASUREMENT_ID = 'google/gtag/analytics4/measurement_id';
22
23
24
* Google AdWords conversion src
@@ -37,7 +37,7 @@ class GtagConfig
37
38
* @var ScopeConfigInterface
39
40
- private $scopeConfig;
+ protected $scopeConfig;
41
42
43
* @param ScopeConfigInterface $scopeConfig
0 commit comments