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 eee1a71 commit 913637aCopy full SHA for 913637a
DependencyInjection/Configuration.php
@@ -350,7 +350,7 @@ private function addWorkflowSection(ArrayNodeDefinition $rootNode)
350
351
foreach ($workflows as $key => $workflow) {
352
if (isset($workflow['enabled']) && 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