mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-09-01 08:15:57 +02:00
bridges: Return parent::getName by default
This commit is contained in:
parent
d93d491d8e
commit
c4169f1579
29 changed files with 145 additions and 57 deletions
|
@ -47,6 +47,7 @@ class GithubIssueBridge extends BridgeAbstract {
|
|||
case 'Issue comments':
|
||||
$name = static::NAME . ' ' . $name . ' #' . $this->getInput('i');
|
||||
break;
|
||||
default: return parent::getName();
|
||||
}
|
||||
return $name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue