Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filisko authored May 2, 2021
1 parent cbd83eb commit bbc36b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ $dispatcher = new Dispatcher([
//Add cache expiration headers
new Middlewares\Expires(),

//Add the php debugbar
new Middlewares\Debugbar(),

//Negotiate the content-type
new Middlewares\ContentType(),

Expand All @@ -77,9 +80,6 @@ $dispatcher = new Dispatcher([
(new Middlewares\AuraSession())
->attribute('_session'),

//Add the php debugbar
new Middlewares\Debugbar(),

//Handle the route
new Middlewares\RequestHandler(),
]);
Expand Down

0 comments on commit bbc36b8

Please sign in to comment.