Skip to content

Commit 661b542

Browse files
author
Dale Sikkema
committed
MAGETWO-33609: pull request for stories in this sprint
- move SecureUrl to Model dir
1 parent de3b6e2 commit 661b542

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Store/Helper/SecureUrl.php renamed to app/code/Magento/Store/Model/SecureUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
namespace Magento\Store\Helper;
6+
namespace Magento\Store\Model;
77

88
use Magento\Framework\Store\StoreManagerInterface;
99
use Magento\Framework\Store\ScopeInterface;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<preference for="Magento\Framework\App\Config\Scope\ReaderPoolInterface" type="Magento\Store\Model\Config\Reader\ReaderPool"/>
5454
<preference for="Magento\Framework\App\ScopeResolverInterface" type="Magento\Store\Model\Resolver\Store" />
5555
<preference for="Magento\Framework\Stdlib\CookieManagerInterface" type="Magento\Framework\Stdlib\Cookie\PhpCookieManager" />
56-
<preference for="Magento\Framework\App\Router\SecureUrlInterface" type="Magento\Store\Helper\SecureUrl" />
56+
<preference for="Magento\Framework\App\Router\SecureUrlInterface" type="Magento\Store\Model\SecureUrl" />
5757
<type name="Magento\Framework\App\Action\Action">
5858
<plugin name="storeCheck" type="Magento\Store\App\Action\Plugin\StoreCheck" sortOrder="10"/>
5959
<plugin name="designLoader" type="Magento\Framework\App\Action\Plugin\Design" sortOrder="30"/>

0 commit comments

Comments
 (0)