diff --git a/Annotation/Annotation.php b/Annotation/Annotation.php index 3d60b82b..fc43e3d5 100644 --- a/Annotation/Annotation.php +++ b/Annotation/Annotation.php @@ -61,6 +61,7 @@ class Annotation extends Component */ public function readControllers(string $path, string $namespace, string $alias = 'root'): static { + $this->debug('scan dir ' . $path . ' ing...'); return $this->scanDir(glob($path . '*'), $namespace, $alias); }