Skip to content

Commit 6a327d0

Browse files
committed
wip
1 parent 2a63a0c commit 6a327d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/core/src/Kernel/LoadDiscoveryClasses.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ private function shouldSkipBasedOnConfig(ClassReflector|string $input): bool
177177
$input = $input->getName();
178178
}
179179

180-
if (str_contains($input, 'GlobalHiddenPathDiscovery.php')) {
181-
lw(loading: $input);
182-
}
183-
184180
return $this->discoveryConfig->shouldSkip($input);
185181
}
186182

0 commit comments

Comments
 (0)