mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 08:37:30 +02:00
refactor: add php autoloader (#2655)
This commit is contained in:
@@ -27,8 +27,6 @@ class ActionFactory extends FactoryAbstract {
|
||||
throw new \Exception('Action ' . $name . ' does not exist!');
|
||||
}
|
||||
|
||||
require_once $filePath;
|
||||
|
||||
$class = $this->buildClassName($name);
|
||||
|
||||
if((new \ReflectionClass($class))->isInstantiable()) {
|
||||
|
Reference in New Issue
Block a user