Skip to content

Commit bb22006

Browse files
committed
MAGETWO-38191: Contribute payment service API to mainline
- Added preference for ClassReaderInterface
1 parent 98fcc78 commit bb22006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<preference for="Magento\Framework\Api\Data\ImageContentInterface" type="Magento\Framework\Api\ImageContent" />
133133
<preference for="Magento\Framework\Api\ImageContentValidatorInterface" type="Magento\Framework\Api\ImageContentValidator" />
134134
<preference for="Magento\Framework\Api\ImageProcessorInterface" type="Magento\Framework\Api\ImageProcessor" />
135-
135+
<preference for="Magento\Framework\Code\Reader\ClassReaderInterface" type="Magento\Framework\Code\Reader\ClassReader" />
136136
<type name="Magento\Framework\Model\Resource\Db\TransactionManager" shared="false" />
137137
<type name="Magento\Framework\Logger\Handler\Base">
138138
<arguments>

0 commit comments

Comments
 (0)