enable fixtures with sf3 + add DELETE role to users

This commit is contained in:
2018-05-04 22:52:51 +02:00
parent ba603c7cc8
commit 585b8b3927
3 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
services:
Chill\TaskBundle\DataFixtures\ORM\:
resource: ../../../DataFixtures/ORM
tags: [ 'doctrine.fixture.orm' ]