mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 08:37:30 +02:00
[bridges] Fix bridges extending RssExpander to FeedExpander
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
class FeedExpanderExampleBridge extends RssExpander {
|
||||
class FeedExpanderExampleBridge extends FeedExpander {
|
||||
|
||||
const MAINTAINER = 'logmanoriginal';
|
||||
const NAME = 'FeedExpander Example';
|
||||
|
Reference in New Issue
Block a user