brexis / laravel-workflow

Use the Symfony Workflow component in Laravel
MIT License
281 stars 105 forks source link

Fix workflow_transitions method in WorkflowTrait issue #34

Closed aymanterra closed 5 years ago

aymanterra commented 6 years ago

Issue : When more than one workflow is defined for the same class the method workflow_transitions gives exception with message "At least two workflows match this subject. Set a different name on each and use the second (name) argument of this method."