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