Skip to content

Commit b43e435

Browse files
authored
Preferentially use configuration to improve startup speed (#5020)
1 parent b7e2127 commit b43e435

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
@@ -20,13 +20,6 @@ public function __invoke(): array
2020
Listener\InitSenderListener::class,
2121
Listener\OnPipeMessageListener::class,
2222
],
23-
'annotations' => [
24-
'scan' => [
25-
'paths' => [
26-
__DIR__,
27-
],
28-
],
29-
],
3023
];
3124
}
3225
}

0 commit comments

Comments
 (0)