This commit is contained in:
2021-04-19 16:35:41 +08:00
parent 1207e17cff
commit 087cba00b0
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -233,7 +233,6 @@ class Loader extends BaseObject
$path = '/' . trim($path, '/');
foreach ($this->_directory as $key => $_path) {
$key = '/' . trim($key, '/');
var_dump($key . '->' . $path);
if (!str_starts_with($key, $path)) {
continue;
}
@@ -395,7 +394,6 @@ class Loader extends BaseObject
return;
}
foreach ($classes as $className) {
var_dump($className);
$annotations = $this->_classes[$className] ?? null;
if ($annotations === null) {
continue;