mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 23:55:24 +02:00
[bridges] Fix bridges extending RssExpander to FeedExpander
This commit is contained in:
parent
546c0036df
commit
88f52196b8
5 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
class FeedExpanderExampleBridge extends RssExpander {
|
||||
class FeedExpanderExampleBridge extends FeedExpander {
|
||||
|
||||
const MAINTAINER = 'logmanoriginal';
|
||||
const NAME = 'FeedExpander Example';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue