ksassnowski/venture

Not possible to add Workflow without depencency

Closed this issue · 2 comments

its documented here that its possible to add a workflow without dependencies. However, this is not the case.

->addWorkflow(new FirstOrderSigning($this->document)),
Too few arguments to function Sassnowski\Venture\WorkflowDefinition::addWorkflow(), 1 passed .. and exactly 2 expected 

Looks like I forgot to make the parameter optional for this method. Will fix this in the next patch release.

This was merged into master (86ba197) and will be part of the 2.1.0 release.