Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 1d4c9e4

Browse files
authored
Set services public
1 parent 1d1440f commit 1d4c9e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/config/services.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ services:
1818

1919
sg_datatables.response:
2020
class: Sg\DatatablesBundle\Response\DatatableResponse
21+
public: true
2122
arguments:
2223
- '@request_stack'
2324

2425
sg_datatables.factory:
2526
class: Sg\DatatablesBundle\Datatable\DatatableFactory
27+
public: true
2628
arguments:
2729
- '@security.authorization_checker'
2830
- '@security.token_storage'

0 commit comments

Comments
 (0)