Skip to content

Commit 2be9521

Browse files
author
Cari Spruiell
committed
MAGETWO-50671: Incorrect missing base_url admin notification in developer mode
- remove warning
1 parent 2b0d791 commit 2be9521

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)