diff --git a/src/Piece/Flow/Continuation/FlowExecution.php b/src/Piece/Flow/Continuation/FlowExecution.php index e516322..2d7f4b3 100644 --- a/src/Piece/Flow/Continuation/FlowExecution.php +++ b/src/Piece/Flow/Continuation/FlowExecution.php @@ -190,17 +190,6 @@ public function getFlowExecutionTicketByFlowID($flowID) return @$this->exclusiveFlowExecutionTicketsByFlowID[$flowID]; } - /** - * Gets the flow ID for the active flow execution. - * - * @return string - * @since Method available since Release 1.15.0 - */ - public function getActiveFlowID() - { - return $this->activeFlowID; - } - /** * Gets the flow execution ticket for the active flow execution. *