Skip to content

Commit

Permalink
Merge e4c3569 into 7cea036
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Jun 11, 2021
2 parents 7cea036 + e4c3569 commit ed92359
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -295,6 +295,7 @@ private function getBundlesResourcesPaths(ContainerBuilder $container, array $co
$dirname = $bundle['path'];
foreach (['.yaml', '.yml', '.xml', ''] as $extension) {
$paths[] = "$dirname/Resources/config/api_resources$extension";
$paths[] = "$dirname/config/api_resources$extension";
}
if ($this->isConfigEnabled($container, $config['doctrine'])) {
$paths[] = "$dirname/Entity";
Expand Down

0 comments on commit ed92359

Please sign in to comment.