mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 23:55:24 +02:00
refactor (#3668)
This commit is contained in:
parent
cf7e3eea56
commit
e6aef73a02
15 changed files with 134 additions and 384 deletions
|
@ -34,7 +34,7 @@ final class BridgeFactory
|
|||
}
|
||||
}
|
||||
|
||||
public function create(string $name): BridgeInterface
|
||||
public function create(string $name): BridgeAbstract
|
||||
{
|
||||
return new $name();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue