1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

refactor: ActionFactory (#2833)

This commit is contained in:
Dag
2022-06-22 18:28:07 +02:00
committed by GitHub
parent af5648d928
commit b7b9378484
3 changed files with 18 additions and 47 deletions

View File

@@ -16,7 +16,6 @@ if (isset($argv)) {
try {
$actionFac = new \ActionFactory();
$actionFac->setWorkingDir(PATH_LIB_ACTIONS);
if(array_key_exists('action', $params)) {
$action = $actionFac->create($params['action']);