mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
12 lines
294 B
YAML
12 lines
294 B
YAML
enqueue:
|
|
job: true
|
|
|
|
doctrine:
|
|
orm:
|
|
mappings:
|
|
EnqueueJobQueue:
|
|
is_bundle: false
|
|
type: xml
|
|
dir: '%kernel.project_dir%/vendor/enqueue/job-queue/Doctrine/mapping'
|
|
prefix: 'Enqueue\JobQueue\Doctrine\Entity'
|