We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2051994 commit 16e8780Copy full SHA for 16e8780
1 file changed
tests/Functional/config.yml
@@ -29,12 +29,12 @@ services:
29
asynchronous_command_consumer:
30
class: SimpleBus\AsynchronousBundle\Tests\Functional\MessageConsumer
31
arguments:
32
- - @simple_bus.asynchronous.standard_serialized_command_envelope_consumer
+ - '@simple_bus.asynchronous.standard_serialized_command_envelope_consumer'
33
34
asynchronous_event_consumer:
35
36
37
- - @simple_bus.asynchronous.standard_serialized_event_envelope_consumer
+ - '@simple_bus.asynchronous.standard_serialized_event_envelope_consumer'
38
39
simple_bus_asynchronous:
40
object_serializer_service_id: native_object_serializer
0 commit comments