Skip to content

Commit 9ba6fa8

Browse files
committed
MAGETWO-58693: Refactor Module_Integration, Module_MarketPlace
- removed unnecessary inheritance
1 parent 09f3c9d commit 9ba6fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Integration/Model/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* This is a parent class for storing information about Integrations.
1616
* @deprecated
1717
*/
18-
class Config extends ConsolidatedConfig
18+
class Config
1919
{
2020
const CACHE_ID = 'integration';
2121

0 commit comments

Comments
 (0)