Skip to content

Commit

Permalink
Merge pull request #10 from SimpleBus/symfony-Serializer
Browse files Browse the repository at this point in the history
Move serializer.yml file to other name
  • Loading branch information
cmodijk authored Dec 8, 2016
2 parents 1ead87a + 79a0176 commit 1d885a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/SimpleBusAsynchronousExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ protected function loadInternal(array $mergedConfig, ContainerBuilder $container
{
$loader = new YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));

$loader->load('serialization.yml');
$loader->load('asynchronous_serialization.yml');
$container->setAlias(
'simple_bus.asynchronous.object_serializer',
$mergedConfig['object_serializer_service_id']
Expand Down
File renamed without changes.

0 comments on commit 1d885a8

Please sign in to comment.