mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
enable fixtures with sf3
This commit is contained in:
parent
02ffcbb9ae
commit
da821f5099
@ -96,6 +96,7 @@ class ChillMainExtension extends Extension implements PrependExtensionInterface,
|
|||||||
$loader->load('services/widget.yml');
|
$loader->load('services/widget.yml');
|
||||||
$loader->load('services/controller.yml');
|
$loader->load('services/controller.yml');
|
||||||
$loader->load('services/routing.yml');
|
$loader->load('services/routing.yml');
|
||||||
|
$loader->load('services/fixtures.yml');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getConfiguration(array $config, ContainerBuilder $container)
|
public function getConfiguration(array $config, ContainerBuilder $container)
|
||||||
|
4
Resources/config/services/fixtures.yml
Normal file
4
Resources/config/services/fixtures.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
services:
|
||||||
|
Chill\MainBundle\DataFixtures\ORM\:
|
||||||
|
resource: ../../../DataFixtures/ORM
|
||||||
|
tags: [ 'doctrine.fixture.orm' ]
|
Loading…
x
Reference in New Issue
Block a user