1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-16 13:34:11 +02:00

refactor: BridgeFactory (#2691)

This commit is contained in:
Dag
2022-05-08 03:58:42 +02:00
committed by GitHub
parent b2f1d051fc
commit 0c7a7f320f
8 changed files with 65 additions and 225 deletions

View File

@@ -18,7 +18,6 @@ class ListAction extends ActionAbstract {
$list->total = 0;
$bridgeFac = new \BridgeFactory();
$bridgeFac->setWorkingDir(PATH_LIB_BRIDGES);
foreach($bridgeFac->getBridgeNames() as $bridgeName) {