We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a78e7f8 + 80ca9c8 commit d7e5d28Copy full SHA for d7e5d28
Resources/config/services.yml
@@ -32,3 +32,11 @@ services:
32
- '@router'
33
- '@doctrine.orm.entity_manager'
34
- '@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
0 commit comments