We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mappings
mapping
1 parent c549e89 commit d16abe9Copy full SHA for d16abe9
1 file changed
src/Infrastructure/Symfony/Module/ModuleExtension.php
@@ -83,7 +83,7 @@ private function configureApiPlatformResources(ContainerConfigurator $container,
83
}
84
85
$container->extension('api_platform', [
86
- 'mappings' => [
+ 'mapping' => [
87
'paths' => [$dir],
88
],
89
], true);
0 commit comments