mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 23:55:24 +02:00
refactor: FormatFactory (#2832)
This commit is contained in:
parent
e9b8a1f9f9
commit
af5648d928
5 changed files with 40 additions and 124 deletions
|
@ -66,7 +66,6 @@ EOD;
|
|||
$bridgeList = $bridgeFac->getBridgeNames();
|
||||
|
||||
$formatFac = new FormatFactory();
|
||||
$formatFac->setWorkingDir(PATH_LIB_FORMATS);
|
||||
$formats = $formatFac->getFormatNames();
|
||||
|
||||
$totalBridges = count($bridgeList);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue