Skip to content
Snippets Groups Projects
Commit 9ba6fa8f authored by Olga Kopylova's avatar Olga Kopylova
Browse files

MAGETWO-58693: Refactor Module_Integration, Module_MarketPlace

- removed unnecessary inheritance
parent 09f3c9d2
Branches
No related merge requests found
...@@ -15,7 +15,7 @@ use Magento\Integration\Model\Cache\Type; ...@@ -15,7 +15,7 @@ use Magento\Integration\Model\Cache\Type;
* This is a parent class for storing information about Integrations. * This is a parent class for storing information about Integrations.
* @deprecated * @deprecated
*/ */
class Config extends ConsolidatedConfig class Config
{ {
const CACHE_ID = 'integration'; const CACHE_ID = 'integration';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment