Skip to content

Commit 4e902cc

Browse files
Fix small typo (#459)
1 parent 8119c2b commit 4e902cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ use Symfony\Component\Security\Http\Authenticator\Passport\Passport;
286286
use Symfony\Component\Security\Http\Authenticator\Passport\SelfValidatingPassport;
287287
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
288288
289-
class MyFacebookAuthenticator extends OAuth2Authenticator implements AuthenticationEntrypointInterface
289+
class MyFacebookAuthenticator extends OAuth2Authenticator implements AuthenticationEntryPointInterface
290290
{
291291
private $clientRegistry;
292292
private $entityManager;

0 commit comments

Comments
 (0)