Skip to content

Commit 4afa4d8

Browse files
committed
minor #13774 Fixed typo in classname (flowl)
This PR was submitted for the master branch but it was merged into the 5.1 branch instead. Discussion ---------- Fixed typo in classname Cutom -> Custom Commits ------- aba6d8b Fixed typo in classname
2 parents e464daf + aba6d8b commit 4afa4d8

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)