[Bridge] Rename class RssExpander to FeedExpander
This class no is not RSS only anymore
This commit is contained in:
parent
878db6f96e
commit
546c0036df
1 changed files with 1 additions and 1 deletions
|
@ -585,7 +585,7 @@ abstract class HttpCachingBridgeAbstract extends BridgeAbstract {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
abstract class RssExpander extends HttpCachingBridgeAbstract {
|
abstract class FeedExpander extends HttpCachingBridgeAbstract {
|
||||||
|
|
||||||
private $name;
|
private $name;
|
||||||
private $uri;
|
private $uri;
|
||||||
|
|
Loading…
Reference in a new issue