mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 13:03:50 +00:00
First Version DocGenerator
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
chill_docgen_controllers:
|
||||
resource: '../../Controller/'
|
||||
type: annotation
|
@@ -0,0 +1,8 @@
|
||||
---
|
||||
services:
|
||||
|
||||
Chill\DocGeneratorBundle\Repository\:
|
||||
autowire: true
|
||||
resource: '../../Repository/'
|
||||
tags:
|
||||
- { name: 'doctrine.repository_service' }
|
@@ -0,0 +1,5 @@
|
||||
services:
|
||||
Chill\DocGeneratorBundle\Controller\:
|
||||
autowire: true
|
||||
resource: '../../../Controller'
|
||||
tags: ['controller.service_arguments']
|
@@ -0,0 +1,6 @@
|
||||
---
|
||||
services:
|
||||
Chill\DocGeneratorBundle\DataFixtures\ORM\:
|
||||
autowire: true
|
||||
resource: ../../DataFixtures/ORM
|
||||
tags: [ 'doctrine.fixture.orm' ]
|
@@ -0,0 +1,2 @@
|
||||
---
|
||||
services:
|
Reference in New Issue
Block a user