Skip to content

Commit 3ecf591

Browse files
Remove unused and invalid method
a) there is no `$this->_getDomConfigModel()` method b) method is unused
1 parent 2552aa2 commit 3ecf591

File tree

1 file changed

+0
-10
lines changed
  • lib/internal/Magento/Framework/Config

1 file changed

+0
-10
lines changed

lib/internal/Magento/Framework/Config/View.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,6 @@ public function getMediaAttributes($module, $mediaType, $mediaId)
133133
: [];
134134
}
135135

136-
/**
137-
* Return copy of DOM
138-
*
139-
* @return \Magento\Framework\Config\Dom
140-
*/
141-
public function getDomConfigCopy()
142-
{
143-
return clone $this->_getDomConfigModel();
144-
}
145-
146136
/**
147137
* Variables are identified by module and name
148138
*

0 commit comments

Comments
 (0)