This commit is contained in:
2021-03-03 13:52:25 +08:00
parent 071651bac1
commit adb8f04c25
2 changed files with 7 additions and 3 deletions
+3
View File
@@ -82,6 +82,9 @@ class Annotation extends Component
*/
private function scanDir(array $paths, string $namespace, string $alias): static
{
if ($alias == 'sockets') {
var_dump($paths);
}
foreach ($paths as $path) {
$explode = explode('/', $path);