Skip to content

Commit aba6d8b

Browse files
flowljaviereguiluz
authored andcommitted
Fixed typo in classname
1 parent e464daf commit aba6d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,8 +1038,8 @@ event class:
10381038
// config/services.php
10391039
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
10401040
1041-
use App\EventListener\CutomLogoutListener;
1042-
use App\EventListener\CutomLogoutSubscriber;
1041+
use App\EventListener\CustomLogoutListener;
1042+
use App\EventListener\CustomLogoutSubscriber;
10431043
use Symfony\Component\Security\Http\Event\LogoutEvent;
10441044
10451045
return function(ContainerConfigurator $configurator) {

0 commit comments

Comments
 (0)