Skip to content

Commit 426aea9

Browse files
committed
Changed: documentation
1 parent 6e6e333 commit 426aea9

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

docs/bundle/config_reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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:

docs/bundle/job_queue.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)