mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-16 21:44:01 +02:00
bridges: Return parent::getName by default
This commit is contained in:
@@ -38,7 +38,7 @@ class WorldOfTanksBridge extends BridgeAbstract {
|
||||
}
|
||||
|
||||
public function getName(){
|
||||
return $this->title ?: self::NAME;
|
||||
return $this->title ?: parent::getName();
|
||||
}
|
||||
|
||||
public function collectData(){
|
||||
|
Reference in New Issue
Block a user