Skip to content

Commit

Permalink
fixing bad use statement
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Feb 21, 2016
1 parent 2a949e6 commit ba18ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Security/Helper/FinishRegistrationBehavior.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace KnpU\OAuth2ClientBundle\Security\Helper;

use KnpU\OAuth2ClientBundle\Exception\FinishRegistrationException;
use KnpU\OAuth2ClientBundle\Security\Exception\FinishRegistrationException;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;

Expand Down

0 comments on commit ba18ae2

Please sign in to comment.