Skip to content

Commit

Permalink
Namespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Jovaišas committed Feb 27, 2018
1 parent 00ad4d5 commit da50b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Listener/BearerListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
use Symfony\Component\Security\Http\Firewall\ListenerInterface;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
use Paysera\BearerAuthenticationBundle\Security\Authentication\Token\BearerToken;
use Evp\Bundle\DeviceApiBundle\Security\Authentication\Token\BearerTokenInterface;
use Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use Paysera\BearerAuthenticationBundle\Security\Authentication\Token\BearerTokenInterface;

class BearerListener implements ListenerInterface
{
Expand Down

0 comments on commit da50b6e

Please sign in to comment.