File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -660,10 +660,8 @@ Customizing the Success Handler
660
660
661
661
Sometimes, the default success handling does not fit your use-case (e.g.
662
662
when you need to generate and return an API key). To customize how the
663
- success handler behaves, create your own that must implement
664
- :class: `Symfony\\ Component\\ Security\\ Http\\ Authentication\\ AuthenticationSuccessHandlerInterface `.
665
-
666
- .. code-block :: php
663
+ success handler behaves, create your own handler as a class that implements
664
+ :class: `Symfony\\ Component\\ Security\\ Http\\ Authentication\\ AuthenticationSuccessHandlerInterface `::
667
665
668
666
// src/Security/Authentication/AuthenticationSuccessHandler.php
669
667
namespace App\Security\Authentication;
You can’t perform that action at this time.
0 commit comments