This commit is contained in:
2021-02-22 17:45:57 +08:00
parent 2d1f83cf09
commit 81a27b615a
+1
View File
@@ -61,6 +61,7 @@ class Annotation extends Component
*/ */
public function readControllers(string $path, string $namespace, string $alias = 'root'): static public function readControllers(string $path, string $namespace, string $alias = 'root'): static
{ {
$this->debug('scan dir ' . $path . ' ing...');
return $this->scanDir(glob($path . '*'), $namespace, $alias); return $this->scanDir(glob($path . '*'), $namespace, $alias);
} }