Skip to content

Commit e19411b

Browse files
authored
ENGCOM-4408: Move Magento\Framework\HTTP\ClientInterface preference to app/etc/di.xml #21540
2 parents 247388e + 910dfb2 commit e19411b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/code/Magento/ReleaseNotification/etc/di.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<preference for="Magento\Framework\HTTP\ClientInterface" type="Magento\Framework\HTTP\Client\Curl" />
109
<preference for="Magento\ReleaseNotification\Model\ContentProviderInterface" type="Magento\ReleaseNotification\Model\ContentProvider\Http\HttpContentProvider" />
1110
<type name="Magento\Config\Model\Config\TypePool">
1211
<arguments>

app/etc/di.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@
210210
<preference for="Magento\Framework\MessageQueue\Bulk\ExchangeFactoryInterface" type="Magento\Framework\MessageQueue\Bulk\ExchangeFactory" />
211211
<preference for="Magento\Framework\MessageQueue\QueueFactoryInterface" type="Magento\Framework\MessageQueue\QueueFactory" />
212212
<preference for="Magento\Framework\Search\Request\IndexScopeResolverInterface" type="Magento\Framework\Indexer\ScopeResolver\IndexScopeResolver"/>
213+
<preference for="Magento\Framework\HTTP\ClientInterface" type="Magento\Framework\HTTP\Client\Curl" />
213214
<type name="Magento\Framework\Model\ResourceModel\Db\TransactionManager" shared="false" />
214215
<type name="Magento\Framework\Acl\Data\Cache">
215216
<arguments>

0 commit comments

Comments
 (0)