Skip to content

Commit 5b8b78d

Browse files
author
Oleksii Korshenko
committed
MAGETWO-52616: Bug Fixes Contribution
Merge remote-tracking branch 'origin/MAGETWO-50671-base-url' into pull-request
2 parents 109cff6 + 7203933 commit 5b8b78d

File tree

3 files changed

+3
-246
lines changed

3 files changed

+3
-246
lines changed

app/code/Magento/AdminNotification/Model/System/Message/Baseurl.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
use Magento\Store\Model\Store;
1010

11+
/**
12+
* @deprecated
13+
*/
1114
class Baseurl implements \Magento\Framework\Notification\MessageInterface
1215
{
1316
/**

app/code/Magento/AdminNotification/Test/Unit/Model/System/Message/BaseurlTest.php

Lines changed: 0 additions & 245 deletions
This file was deleted.

app/code/Magento/AdminNotification/etc/adminhtml/di.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<type name="Magento\Framework\Notification\MessageList">
1010
<arguments>
1111
<argument name="messages" xsi:type="array">
12-
<item name="baseurl" xsi:type="string">Magento\AdminNotification\Model\System\Message\Baseurl</item>
1312
<item name="security" xsi:type="string">Magento\AdminNotification\Model\System\Message\Security</item>
1413
<item name="cacheOutdated" xsi:type="string">Magento\AdminNotification\Model\System\Message\CacheOutdated</item>
1514
<item name="media_synchronization_error" xsi:type="string">Magento\AdminNotification\Model\System\Message\Media\Synchronization\Error</item>

0 commit comments

Comments
 (0)