Skip to content

Commit c470404

Browse files
committed
MAGETWO-32900: Move Magento_Core Cookie Code To Magento_Cookie
- Fixed indentation
1 parent c007ed4 commit c470404

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Cookie/etc

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
9-
<preference for="Magento\Framework\Stdlib\CookieManagerInterface" type="Magento\Framework\Stdlib\Cookie\PhpCookieManager" />
9+
<preference for="Magento\Framework\Stdlib\CookieManagerInterface" type="Magento\Framework\Stdlib\Cookie\PhpCookieManager" />
1010
</config>
1111

0 commit comments

Comments
 (0)