Skip to content

Commit deb8c79

Browse files
authored
Preferentially use configuration to improve startup speed (#5020)
1 parent 9a13959 commit deb8c79

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
@@ -30,13 +30,6 @@ public function __invoke(): array
3030
PresenceVerifierInterface::class => DatabasePresenceVerifierFactory::class,
3131
FactoryInterface::class => ValidatorFactoryFactory::class,
3232
],
33-
'annotations' => [
34-
'scan' => [
35-
'paths' => [
36-
__DIR__,
37-
],
38-
],
39-
],
4033
'publish' => [
4134
[
4235
'id' => 'zh_CN',

0 commit comments

Comments
 (0)