Thanks to visit codestin.com Credit goes to github.com
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 35a16c3 commit ad7a7ceCopy full SHA for ad7a7ce
security/access_denied_handler.rst
@@ -29,6 +29,7 @@ unauthenticated user tries to access a protected resource::
29
use Symfony\Component\HttpFoundation\RedirectResponse;
30
use Symfony\Component\HttpFoundation\Request;
31
use Symfony\Component\HttpFoundation\Session\SessionInterface;
32
+ use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
33
use Symfony\Component\Security\Core\Exception\AuthenticationException;
34
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
35
0 commit comments