We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d703b8e commit cc15cbbCopy full SHA for cc15cbb
DependencyInjection/CompilerPass/RegisterMappingsPass.php
@@ -231,7 +231,7 @@ private function getManagerName(ContainerBuilder $container)
231
}
232
233
234
- throw new ParameterNotFoundException('None of the managerParameters resulted in a valid name');
+ throw new ParameterNotFoundException('Could not determine the Doctrine manager. Either Doctrine is not configured or a bundle is misconfigured.');
235
236
237
/**
0 commit comments