Skip to content

Commit d16abe9

Browse files
committed
Fix typo in API Platform configuration key (mappingsmapping) in ModuleExtension
1 parent c549e89 commit d16abe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Infrastructure/Symfony/Module/ModuleExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private function configureApiPlatformResources(ContainerConfigurator $container,
8383
}
8484

8585
$container->extension('api_platform', [
86-
'mappings' => [
86+
'mapping' => [
8787
'paths' => [$dir],
8888
],
8989
], true);

0 commit comments

Comments
 (0)