mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 08:07:33 +02:00
refactor (#3668)
This commit is contained in:
@@ -34,7 +34,7 @@ final class BridgeFactory
|
||||
}
|
||||
}
|
||||
|
||||
public function create(string $name): BridgeInterface
|
||||
public function create(string $name): BridgeAbstract
|
||||
{
|
||||
return new $name();
|
||||
}
|
||||
|
Reference in New Issue
Block a user