mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Update widgetSeeder.php
This commit is contained in:
parent
f2b436feff
commit
45924af528
@ -29,8 +29,8 @@ class widgetSeeder extends Seeder
|
||||
->create(
|
||||
[
|
||||
'en' => [
|
||||
'title' => 'ARecent News',
|
||||
'description' => 'ARecent news from http://pyrocms.com/',
|
||||
'title' => 'Recent News',
|
||||
'description' => 'Recent news'
|
||||
],
|
||||
'extension' => 'anomaly.extension.xml_feed_widget',
|
||||
'dashboard' => $dashboard,
|
||||
@ -43,7 +43,7 @@ class widgetSeeder extends Seeder
|
||||
[
|
||||
'scope' => $widget->getId(),
|
||||
'key' => 'anomaly.extension.xml_feed_widget::url',
|
||||
'value' => 'http://www.pyrocms.com/posts/rss.xml',
|
||||
'value' => 'https://openclassify.com/posts/rss.xml',
|
||||
]
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user