Skip to content

Commit d59753b

Browse files
committed
wip
1 parent 7563faf commit d59753b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/DiscoveryConfig.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ final class DiscoveryConfig
88

99
public function shouldSkip(string $input): bool
1010
{
11+
if (str_contains($input, 'GlobalHiddenPathDiscovery.php')) {
12+
lw($this->skipDiscovery, $input);
13+
}
14+
1115
return $this->skipDiscovery[$input] ?? $this->skipDiscovery[str_replace(['\\', '/'], DIRECTORY_SEPARATOR, $input)] ?? false;
1216
}
1317

0 commit comments

Comments
 (0)