This commit is contained in:
2021-03-03 13:53:12 +08:00
parent adb8f04c25
commit f8d2bade31
-3
View File
@@ -82,9 +82,6 @@ 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);