From a6477322b46fe395d33f89695d805c20f49cb622 Mon Sep 17 00:00:00 2001 From: Mathieu Santostefano Date: Thu, 9 May 2019 11:49:15 +0200 Subject: [PATCH] Remove duplicate code in example --- workflow.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/workflow.rst b/workflow.rst index 60ef0e1fc9e..0602a6ecf4c 100644 --- a/workflow.rst +++ b/workflow.rst @@ -613,11 +613,6 @@ Then you can access this metadata in your controller as follows:: ->getWorkflowMetadata()['title'] ?? false ; - // or - $title = $workflow->getMetadataStore() - ->getWorkflowMetadata()['title'] ?? false - ; - // or $aTransition = $workflow->getDefinition()->getTransitions()[0]; $transitionTitle = $workflow