diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 7826cf04..66e16dfd 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -231,9 +231,6 @@ class Loader extends BaseObject { try { $path = '/' . trim($path, '/'); - if (!isset($this->_directory[$path])) { - return; - } foreach ($this->_directory as $key => $_path) { $key = '/' . trim($key, '/'); var_dump($key . '->' . $path);