Skip to content

Commit 7d60488

Browse files
committed
minor symfony#13694 Update security.rst (amine-betari)
This PR was merged into the 4.4 branch. Discussion ---------- Update security.rst - Fix name of route (app_logout instead of logout in PHP configuration) Commits ------- e33d34a Update security.rst
2 parents edcca7b + e33d34a commit 7d60488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security.rst

+1-1
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)