Skip to content

Commit 4854900

Browse files
authored
Preferentially use configuration to improve startup speed (#5020)
1 parent 0cd2f40 commit 4854900

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
@@ -27,13 +27,6 @@ public function __invoke(): array
2727
'listeners' => [
2828
RegisterConnectionListener::class,
2929
],
30-
'annotations' => [
31-
'scan' => [
32-
'paths' => [
33-
__DIR__,
34-
],
35-
],
36-
],
3730
];
3831
}
3932
}

0 commit comments

Comments
 (0)