Skip to content

Commit

Permalink
remove CasEntryPoint class
Browse files Browse the repository at this point in the history
The `AuthenticationEntryPoint` is implemented in the Authenticator
  • Loading branch information
drupol committed Mar 1, 2023
1 parent 42ce378 commit 87109f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 50 deletions.
4 changes: 2 additions & 2 deletions src/Security/CasAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
final class CasAuthenticator extends AbstractAuthenticator implements AuthenticationEntryPointInterface
{
public function __construct(
private readonly SymfonyCasInterface $cas,
private readonly CasUserProviderInterface $userProvider,
private readonly HttpFoundationFactoryInterface $httpFoundationFactory
private readonly HttpFoundationFactoryInterface $httpFoundationFactory,
private readonly SymfonyCasInterface $cas
) {
}

Expand Down
48 changes: 0 additions & 48 deletions src/Security/CasEntryPoint.php

This file was deleted.

0 comments on commit 87109f6

Please sign in to comment.