diff options
Diffstat (limited to 'Core')
-rw-r--r-- | Core/Encoder/BasePasswordEncoder.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Core/Encoder/BasePasswordEncoder.php b/Core/Encoder/BasePasswordEncoder.php index ba8ba79..b83eb30 100644 --- a/Core/Encoder/BasePasswordEncoder.php +++ b/Core/Encoder/BasePasswordEncoder.php @@ -12,7 +12,6 @@ namespace Symfony\Component\Security\Core\Encoder; use Symfony\Component\Security\Core\Util\StringUtils; -use Symfony\Component\Security\Core\Exception\BadCredentialsException; /** * BasePasswordEncoder is the base class for all password encoders. |