Skip to content

Commit e33d34a

Browse files
authored
Update security.rst
1 parent 652352c commit e33d34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ Next, you'll need to create a route for this URL (but not a controller):
881881
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
882882
883883
return function (RoutingConfigurator $routes) {
884-
$routes->add('logout', '/logout')
884+
$routes->add('app_logout', '/logout')
885885
->methods(['GET'])
886886
;
887887
};

0 commit comments

Comments
 (0)