Skip to content

Commit 9d30d5c

Browse files
authored
Update AdminNotificationFeed.php
1 parent 49d3ccf commit 9d30d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/AdminNotificationFeed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function __construct(
7777
public function getFeedUrl()
7878
{
7979
if (is_null($this->_feedUrl)) {
80-
$this->_feedUrl = 'http://mage'.'fan'
80+
$this->_feedUrl = 'https://mage'.'fan'
8181
.'.c'.'om/community/notifications'.'/'.'feed/';
8282
}
8383

0 commit comments

Comments
 (0)