mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 10:04:54 +02:00
refactor: BridgeFactory (#2691)
This commit is contained in:
parent
b2f1d051fc
commit
0c7a7f320f
8 changed files with 65 additions and 225 deletions
|
@ -63,7 +63,6 @@ EOD;
|
|||
$inactiveBridges = '';
|
||||
|
||||
$bridgeFac = new \BridgeFactory();
|
||||
$bridgeFac->setWorkingDir(PATH_LIB_BRIDGES);
|
||||
$bridgeList = $bridgeFac->getBridgeNames();
|
||||
|
||||
$formatFac = new FormatFactory();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue