File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/code/Magento/LoginAsCustomer/Model Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ class Config
19
19
/**
20
20
* Extension config path
21
21
*/
22
- const XML_PATH_EXTENSION_ENABLED = 'mfloginascustomer/general/enabled ' ;
23
- const XML_PATH_KEY = 'mfloginascustomer/general/key ' ;
24
- const STORE_VIEW_TO_LOGIN_IN = 'mfloginascustomer/general/store_view_login ' ;
22
+ private const XML_PATH_EXTENSION_ENABLED = 'mfloginascustomer/general/enabled ' ;
23
+ private const XML_PATH_KEY = 'mfloginascustomer/general/key ' ;
24
+ private const STORE_VIEW_TO_LOGIN_IN = 'mfloginascustomer/general/store_view_login ' ;
25
25
26
26
/**
27
27
* @var ScopeConfigInterface
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ class StoreViewLogin implements \Magento\Framework\Data\OptionSourceInterface
16
16
/**
17
17
* @const int
18
18
*/
19
- const AUTODETECT = 0 ;
19
+ private const AUTODETECT = 0 ;
20
20
21
21
/**
22
22
* @const int
23
23
*/
24
- const MANUAL = 1 ;
24
+ private const MANUAL = 1 ;
25
25
26
26
/**
27
27
* Options int
You can’t perform that action at this time.
0 commit comments