Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Aug 3, 2016
1 parent 77d1398 commit 47c13fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DependencyInjection/HappyrGoogleAnalyticsExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public function load(array $configs, ContainerBuilder $container)
} else {
$container->register('happyr.google_analytics.http.client', HttpClient::class)
->setPublic(false)
->addArgument(0, new Reference($config['http_client']))
->addArgument(1, new Reference($config['http_message_factory']))
->addArgument(new Reference($config['http_client']))
->addArgument(new Reference($config['http_message_factory']))
->addArgument($config['endpoint']);
}

Expand Down

0 comments on commit 47c13fa

Please sign in to comment.