-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello, I'm try to start a new symfony project with workflowerBundle and symfony 2.7.3 , but i have a little problem
my composer file:
"phpmentors/workflower": "^1.0",
"phpmentors/workflower-bundle": "^1.0"
my AppKernel :
...
new PHPMentors\WorkflowerBundle\PHPMentorsWorkflowerBundle()
in my app/config/services.yml
imports:
- { resource: "@PHPMentorsWorkflowerBundle/Resources/config/services.xml" }
but when I try run my app generate the next problem
RuntimeException in CheckReferenceValidityPass.php line 100: The definition "phpmentors_workflower.doctrine_lifecycle_listener" has a reference to an abstract definition "phpmentors_workflower.workflow_serializer". Abstract definitions cannot be the target of references.
can you help me?, I will like create a new application using your great bundle
do you have a little example working with your bundle?
regards!