Skip to content

Commit 9c2a056

Browse files
authored
Merge pull request #216 from gauquier/master
Made controllers public
2 parents 0fe795d + 350b2d3 commit 9c2a056

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Resources/config/controllers.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55

66
services:
77
pim_custom_entity.controller:
8+
public: true
89
class: '%pim_custom_entity.controller.class%'
910
arguments:
1011
- '@pim_custom_entity.action.factory'
@@ -13,6 +14,7 @@ services:
1314
- { name: controller.service_arguments }
1415

1516
pim_custom_entity.rest_controller:
17+
public: true
1618
class: '%pim_custom_entity.rest_controller.class%'
1719
arguments:
1820
- '@pim_custom_entity.configuration.registry'

0 commit comments

Comments
 (0)