Skip to content

Commit f5e0f47

Browse files
committed
minor #14564 [Security] Add forgotten use (dvigo)
This PR was submitted for the 5.x branch but it was merged into the 4.4 branch instead. Discussion ---------- [Security] Add forgotten use <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- ad7a7ce Add forgotten use
2 parents 35a16c3 + ad7a7ce commit f5e0f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

security/access_denied_handler.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ unauthenticated user tries to access a protected resource::
2929
use Symfony\Component\HttpFoundation\RedirectResponse;
3030
use Symfony\Component\HttpFoundation\Request;
3131
use Symfony\Component\HttpFoundation\Session\SessionInterface;
32+
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
3233
use Symfony\Component\Security\Core\Exception\AuthenticationException;
3334
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
3435

0 commit comments

Comments
 (0)