mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
make fixtures works for event module
This commit is contained in:
parent
e1b5ec49f5
commit
97d79c5a22
@ -30,6 +30,7 @@ class ChillEventExtension extends Extension implements PrependExtensionInterface
|
|||||||
$loader->load('search.yml');
|
$loader->load('search.yml');
|
||||||
$loader->load('authorization.yml');
|
$loader->load('authorization.yml');
|
||||||
$loader->load('forms.yml');
|
$loader->load('forms.yml');
|
||||||
|
$loader->load('fixtures.yml');
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-PHPdoc)
|
/* (non-PHPdoc)
|
||||||
|
4
Resources/config/services/fixtures.yml
Normal file
4
Resources/config/services/fixtures.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
services:
|
||||||
|
Chill\EventBundle\DataFixtures\ORM\:
|
||||||
|
resource: ../../../DataFixtures/ORM
|
||||||
|
tags: [ 'doctrine.fixture.orm' ]
|
Loading…
x
Reference in New Issue
Block a user