mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-02 19:39:45 +00:00
fix folder name
This commit is contained in:
10
src/Bundle/ChillPersonBundle/config/services/fixtures.yaml
Normal file
10
src/Bundle/ChillPersonBundle/config/services/fixtures.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
Chill\PersonBundle\DataFixtures\ORM\:
|
||||
resource: ../../DataFixtures/ORM
|
||||
tags: [ 'doctrine.fixture.orm' ]
|
||||
|
||||
Chill\PersonBundle\DataFixtures\ORM\LoadCustomFields:
|
||||
arguments:
|
||||
$translatableStringHelper: '@Chill\MainBundle\Templating\TranslatableStringHelper'
|
||||
$translator: '@Symfony\Component\Translation\TranslatorInterface'
|
||||
tags: [ 'doctrine.fixture.orm' ]
|
Reference in New Issue
Block a user