Skip to content

Commit c1d14a4

Browse files
authored
Preferentially use configuration to improve startup speed (#5020)
1 parent 65e6d6a commit c1d14a4

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
@@ -34,13 +34,6 @@ public function __invoke(): array
3434
'listeners' => [
3535
RegisterProtocolListener::class,
3636
],
37-
'annotations' => [
38-
'scan' => [
39-
'paths' => [
40-
__DIR__,
41-
],
42-
],
43-
],
4437
];
4538
}
4639
}

0 commit comments

Comments
 (0)