Skip to content

Commit

Permalink
Updated service name in Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Scholten committed Oct 29, 2018
1 parent 7384dbb commit d61e4c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function load(array $configs, ContainerBuilder $container)
if (isset($config['cache_driver'])) {
switch ($config['cache_driver']) {
case 'file':
$container->setAlias('logicitlab_salesforce_mapper.cache', 'logicitlab_salesforce_mapper.file_cache');
$container->setAlias('logicitlab_salesforce_mapper.cache', 'LogicItLab\Salesforce\MapperBundle\Cache\FileCache');
break;
default:
break;
Expand Down

0 comments on commit d61e4c9

Please sign in to comment.