mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
first impl of person Mover + add fixtures
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
services:
|
||||
Chill\PersonBundle\DataFixtures\ORM\:
|
||||
autowire: true
|
||||
resource: ../../DataFixtures/ORM
|
||||
tags: [ 'doctrine.fixture.orm' ]
|
||||
|
||||
|
@@ -0,0 +1,3 @@
|
||||
services:
|
||||
Chill\PersonBundle\Household\MoveMembersFactory:
|
||||
autowire: true
|
Reference in New Issue
Block a user