diff options
Diffstat (limited to 'lib/FormatFactory.php')
-rw-r--r-- | lib/FormatFactory.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/FormatFactory.php b/lib/FormatFactory.php index e2bba2fc..c5024e15 100644 --- a/lib/FormatFactory.php +++ b/lib/FormatFactory.php @@ -59,8 +59,6 @@ class FormatFactory extends FactoryAbstract { throw new \Exception('Format file ' . $filePath . ' does not exist!'); } - require_once $pathFormat; - if((new \ReflectionClass($name))->isInstantiable()) { return new $name(); } |