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 e464daf commit aba6d8bCopy full SHA for aba6d8b
security.rst
@@ -1038,8 +1038,8 @@ event class:
1038
// config/services.php
1039
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
1040
1041
- use App\EventListener\CutomLogoutListener;
1042
- use App\EventListener\CutomLogoutSubscriber;
+ use App\EventListener\CustomLogoutListener;
+ use App\EventListener\CustomLogoutSubscriber;
1043
use Symfony\Component\Security\Http\Event\LogoutEvent;
1044
1045
return function(ContainerConfigurator $configurator) {
0 commit comments