We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a69df2 commit 769103fCopy full SHA for 769103f
src/ConfigProvider.php
@@ -30,9 +30,11 @@ public function __invoke(): array
30
PresenceVerifierInterface::class => DatabasePresenceVerifierFactory::class,
31
FactoryInterface::class => ValidatorFactoryFactory::class,
32
],
33
- 'scan' => [
34
- 'paths' => [
35
- __DIR__,
+ 'annotations' => [
+ 'scan' => [
+ 'paths' => [
36
+ __DIR__,
37
+ ],
38
39
40
'publish' => [
0 commit comments