setting new path for config files

This commit is contained in:
2020-07-31 14:42:37 +02:00
parent 9c1169644f
commit e517c72194
5 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ services:
Chill\MainBundle\Controller\:
autowire: true
resource: '../../../Controller'
resource: '../../Controller'
tags: ['controller.service_arguments']
Chill\MainBundle\Controller\PasswordController:

View File

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