mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
fixup! Fix configuration and usage of password hasher
This commit is contained in:
@@ -139,7 +139,7 @@ final class UserControllerTest extends WebTestCase
|
||||
{
|
||||
/** @var \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher $passwordEncoder */
|
||||
$passwordEncoder = self::getContainer()
|
||||
->get(\Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface::class);
|
||||
->get(UserPasswordHasherInterface::class);
|
||||
|
||||
$user = self::getContainer()->get(UserRepositoryInterface::class)
|
||||
->findOneBy(['username' => $username]);
|
||||
|
Reference in New Issue
Block a user