Skip to content

Commit

Permalink
Merge pull request #71 from adetwiler/master
Browse files Browse the repository at this point in the history
Fixing a missing use statement for Reference
  • Loading branch information
slashfan committed Jun 5, 2015
2 parents 12065ad + b8a7d2a commit 27dbf11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/LexikJWTAuthenticationExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;

Expand Down

0 comments on commit 27dbf11

Please sign in to comment.