8000
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 0362350 commit 14a4fcfCopy full SHA for 14a4fcf
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
@@ -350,7 +350,7 @@ private function addWorkflowSection(ArrayNodeDefinition $rootNode)
350
351
foreach ($workflows as $key => $workflow) {
352
if (isset($workflow['enabled']) && 57B3 ; false === $workflow['enabled']) {
353
- throw new LogicException(sprintf('Cannot disable a single workflow. Remove the configuration for the workflow "%s" instead.', $workflow['name']));
+ throw new LogicException(sprintf('Cannot disable a single workflow. Remove the configuration for the workflow "%s" instead.', $key));
354
}
355
356
unset($workflows[$key]['enabled']);
0 commit comments