Skip to content

Commit

Permalink
Merge pull request endroid#66 from dias2000md/patch-1
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
endroid authored Jan 3, 2017
2 parents ba47ffe + 9d6581c commit ab09b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bundle/Twig/Extension/QrCodeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected function getRouter()
*/
protected function getQrCodeFactory()
{
return $this->container->get('endroid_qrcode.factory');
return $this->container->get('endroid.qrcode.factory');
}

/**
Expand Down

0 comments on commit ab09b42

Please sign in to comment.