Skip to content

Commit 80ca9c8

Browse files
author
Romaric Drigon
committed
Added aliases for service autowiring
1 parent 51cebfd commit 80ca9c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Resources/config/services.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ services:
3232
- '@router'
3333
- '@doctrine.orm.entity_manager'
3434
- '@twig'
35+
36+
Sg\DatatablesBundle\Response\DatatableResponse:
37+
alias: sg_datatables.response
38+
public: false
39+
40+
Sg\DatatablesBundle\Datatable\DatatableFactory:
41+
alias: sg_datatables.factory
42+
public: false

0 commit comments

Comments
 (0)