Thanks to visit codestin.com Credit goes to github.com
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.
1 parent bb2e296 commit f9fd215Copy full SHA for f9fd215
1 file changed
src/Sylius/Bundle/ApiBundle/Resources/config/app/config.yaml
@@ -35,12 +35,10 @@ framework:
35
buses:
36
sylius.command_bus: &command_bus
37
middleware:
38
- - 'validation'
39
- - 'doctrine_transaction'
+ - 'allow_no_handlers'
40
sylius.event_bus: &event_bus
41
42
43
44
sylius_default.bus: *command_bus
45
sylius_event.bus: *event_bus
46
@@ -50,3 +48,4 @@ lexik_jwt_authentication:
50
48
enabled: true
51
49
prefix: Bearer
52
name: "%sylius.api.authorization_header%"
+
0 commit comments