Skip to content

Commit dcc6d9c

Browse files
committed
wip
1 parent c89ea95 commit dcc6d9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/Kernel/LoadDiscoveryClasses.php

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

180+
if (str_contains($input, 'GlobalHiddenPathDiscovery')) {
181+
lw($input);
182+
}
183+
180184
return $this->discoveryConfig->shouldSkip($input);
181185
}
182186

0 commit comments

Comments
 (0)