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 8119c2b commit 4e902ccCopy full SHA for 4e902cc
README.md
@@ -286,7 +286,7 @@ use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
286
use Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport;
287
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
288
289
-class MyFacebookAuthenticator extends OAuth2Authenticator implements AuthenticationEntrypointInterface
+class MyFacebookAuthenticator extends OAuth2Authenticator implements AuthenticationEntryPointInterface
290
{
291
private $clientRegistry;
292
private $entityManager;
0 commit comments