mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-07-07 01:16:14 +00:00
12 lines
336 B
YAML
12 lines
336 B
YAML
services:
|
|
Chill\PersonBundle\DataFixtures\ORM\:
|
|
autowire: true
|
|
autoconfigure: true
|
|
resource: ../../DataFixtures/ORM
|
|
tags: [ 'doctrine.fixture.orm' ]
|
|
|
|
Chill\PersonBundle\DataFixtures\ORM\LoadCustomFields:
|
|
autowire: true
|
|
autoconfigure: true
|
|
tags: [ 'doctrine.fixture.orm' ]
|