Skip to content

Commit 16e8780

Browse files
committed
Added quotes to config.yml
1 parent 2051994 commit 16e8780

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Functional/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ services:
2929
asynchronous_command_consumer:
3030
class: SimpleBus\AsynchronousBundle\Tests\Functional\MessageConsumer
3131
arguments:
32-
- @simple_bus.asynchronous.standard_serialized_command_envelope_consumer
32+
- '@simple_bus.asynchronous.standard_serialized_command_envelope_consumer'
3333

3434
asynchronous_event_consumer:
3535
class: SimpleBus\AsynchronousBundle\Tests\Functional\MessageConsumer
3636
arguments:
37-
- @simple_bus.asynchronous.standard_serialized_event_envelope_consumer
37+
- '@simple_bus.asynchronous.standard_serialized_event_envelope_consumer'
3838

3939
simple_bus_asynchronous:
4040
object_serializer_service_id: native_object_serializer

0 commit comments

Comments
 (0)