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