Skip to content

Commit

Permalink
Update en/tutorials-and-examples/cms/authentication.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey authored Nov 19, 2022
1 parent 099d03a commit 75f45a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions en/tutorials-and-examples/cms/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ Then add the following::
// ... other middleware added before
->add(new RoutingMiddleware($this))
->add(new BodyParserMiddleware())
// Add the AuthenticationMiddleware. It should be
// after routing and body parser.
// Add the AuthenticationMiddleware. It should be after routing and body parser.
->add(new AuthenticationMiddleware($this));

return $middlewareQueue;
Expand Down

0 comments on commit 75f45a6

Please sign in to comment.