diff --git a/src/AutoloaderFactory.php b/src/AutoloaderFactory.php index 4b9a589..ad5140b 100644 --- a/src/AutoloaderFactory.php +++ b/src/AutoloaderFactory.php @@ -94,7 +94,7 @@ public static function factory($options = null) ); } - if (!self::isSubclassOf($class, 'Zend\Loader\SplAutoloader')) { + if (!static::isSubclassOf($class, 'Zend\Loader\SplAutoloader')) { require_once 'Exception/InvalidArgumentException.php'; throw new Exception\InvalidArgumentException( sprintf('Autoloader class %s must implement Zend\\Loader\\SplAutoloader', $class)