We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27987ab commit 553b68aCopy full SHA for 553b68a
1 file changed
src/CountryExtension.php
@@ -21,7 +21,7 @@ public function beforeCompile(): void
21
->addAnnotation('Rixafy\Country', __DIR__ . '/../../../rixafy/country');
22
} else {
23
/** @var ServiceDefinition $annotationDriver */
24
- $annotationDriver = $this->getContainerBuilder()->getDefinitionByType(AnnotationDriver::class);
+ $annotationDriver = $this->getContainerBuilder()->getDefinitionByType(MappingDriver::class);
25
$annotationDriver->addSetup('addPaths', [['vendor/rixafy/country']]);
26
}
27
0 commit comments