We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5470e commit a963e9cCopy full SHA for a963e9c
security/passwords.rst
@@ -500,6 +500,7 @@ the user provider::
500
namespace App\Security;
501
502
// ...
503
+ use Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface;
504
use Symfony\Component\Security\Core\User\PasswordUpgraderInterface;
505
506
class UserProvider implements UserProviderInterface, PasswordUpgraderInterface
0 commit comments