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 772fc23 commit 20e26d9Copy full SHA for 20e26d9
src/DependencyInjection/Configuration.php
@@ -428,7 +428,7 @@ private function addOrmSection(ArrayNodeDefinition $node): void
428
->setDeprecated(
429
'doctrine/doctrine-bundle',
430
'3.1',
431
- 'The "%node%" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0.',
+ 'The "%path%.%node%" option is deprecated and will be removed in DoctrineBundle 4.0, as it only accepts `false` since 3.0.',
432
)
433
->info('Set to true to enable using route placeholders as lookup criteria when the primary key doesn\'t match the argument name')
434
->end()
0 commit comments