We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe795d commit 350b2d3Copy full SHA for 350b2d3
Resources/config/controllers.yml
@@ -5,6 +5,7 @@ parameters:
5
6
services:
7
pim_custom_entity.controller:
8
+ public: true
9
class: '%pim_custom_entity.controller.class%'
10
arguments:
11
- '@pim_custom_entity.action.factory'
@@ -13,6 +14,7 @@ services:
13
14
- { name: controller.service_arguments }
15
16
pim_custom_entity.rest_controller:
17
18
class: '%pim_custom_entity.rest_controller.class%'
19
20
- '@pim_custom_entity.configuration.registry'
0 commit comments