diff --git a/Annotation/Loader.php b/Annotation/Loader.php index c65c393d..73cad9fe 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -246,6 +246,7 @@ class Loader extends BaseObject if (!str_contains($key, $path)) { continue; } + var_dump($_path); $this->execute($_path); } } catch (Throwable $exception) {