File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ enqueue:
6767 queue_name : ~
6868 job :
6969 enabled : false
70+ entity_manager_name : ~
7071 async_events :
7172 enabled : false
7273 extensions :
Original file line number Diff line number Diff line change @@ -60,18 +60,10 @@ enqueue:
6060 # plus basic bundle configuration
6161
6262 job: true
63-
64- doctrine:
65- # plus basic bundle configuration
66-
67- orm:
68- mappings:
69- EnqueueJobQueue:
70- is_bundle: false
71- type: xml
72- dir: '%kernel.project_dir%/vendor/enqueue/job-queue/Doctrine/mapping'
73- prefix: 'Enqueue\JobQueue\Doctrine\Entity'
74-
63+
64+ # by default bundle will add a default orm mapping configuration
65+ # if you define custom mappings, you can specify which entity manager to use here
66+ entity_manager_name: ~
7567```
7668
7769* Run doctrine schema update command
You can’t perform that action at this time.
0 commit comments