File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Config/App/Config/Type
dev/tests/integration/testsuite/Magento/Sales/Model/Order/Address Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -315,5 +315,6 @@ public function clean()
315
315
{
316
316
$ this ->data = [];
317
317
$ this ->cache ->clean (\Zend_Cache::CLEANING_MODE_MATCHING_TAG , [self ::CACHE_TAG ]);
318
+ $ this ->availableDataScopes = null ;
318
319
}
319
320
}
Original file line number Diff line number Diff line change 9
9
use Magento \Framework \ObjectManagerInterface ;
10
10
use Magento \Sales \Model \Order \Address \Renderer as OrderAddressRenderer ;
11
11
use Magento \Config \Model \ResourceModel \Config as ConfigResourceModel ;
12
- use Magento \Framework \App \Config ;
12
+ use Magento \Framework \App \Config \ ScopeConfigInterface as Config ;
13
13
use Magento \Store \Model \Store ;
14
14
use Magento \Sales \Model \Order \Address as OrderAddress ;
15
15
use Magento \Sales \Model \Order ;
You can’t perform that action at this time.
0 commit comments