Skip to content

Commit 58b1c91

Browse files
authored
Preferentially use configuration to improve startup speed (#5020)
1 parent 10888ff commit 58b1c91

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
@@ -19,13 +19,6 @@ public function __invoke(): array
1919
'dependencies' => [
2020
\Redis::class => Redis::class,
2121
],
22-
'annotations' => [
23-
'scan' => [
24-
'paths' => [
25-
__DIR__,
26-
],
27-
],
28-
],
2922
'publish' => [
3023
[
3124
'id' => 'config',

0 commit comments

Comments
 (0)