Skip to content

Commit 769103f

Browse files
authored
Fix Code Format Error
Fix Code Format Error
1 parent 8a69df2 commit 769103f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ConfigProvider.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ public function __invoke(): array
3030
PresenceVerifierInterface::class => DatabasePresenceVerifierFactory::class,
3131
FactoryInterface::class => ValidatorFactoryFactory::class,
3232
],
33-
'scan' => [
34-
'paths' => [
35-
__DIR__,
33+
'annotations' => [
34+
'scan' => [
35+
'paths' => [
36+
__DIR__,
37+
],
3638
],
3739
],
3840
'publish' => [

0 commit comments

Comments
 (0)