Skip to content

Commit 41be9cf

Browse files
authored
Preferentially use configuration to improve startup speed (#5020)
1 parent f2d0a86 commit 41be9cf

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ConfigProvider.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ class ConfigProvider
1616
public function __invoke(): array
1717
{
1818
return [
19-
'annotations' => [
20-
'scan' => [
21-
'paths' => [
22-
__DIR__,
23-
],
24-
],
25-
],
2619
];
2720
}
2821
}

0 commit comments

Comments
 (0)