Skip to content

Commit 79a0176

Browse files
author
Cliff Odijk
committed
Move file to other name because the same path is also use for the default symfony serializer fixes #9
- https://symfony.com/doc/current/serializer.html#using-serialization-groups-annotations
1 parent 1ead87a commit 79a0176

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/DependencyInjection/SimpleBusAsynchronousExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ protected function loadInternal(array $mergedConfig, ContainerBuilder $container
3434
{
3535
$loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
3636

37-
$loader->load('serialization.yml');
37+
$loader->load('asynchronous_serialization.yml');
3838
$container->setAlias(
3939
'simple_bus.asynchronous.object_serializer',
4040
$mergedConfig['object_serializer_service_id']
File renamed without changes.

0 commit comments

Comments
 (0)