Skip to content

Commit

Permalink
Merge pull request #2819 from Rarst/patch-1
Browse files Browse the repository at this point in the history
Added description to addRoutingMiddleware()
  • Loading branch information
l0gicgate committed Aug 21, 2019
2 parents 378abc6 + 5b6390c commit a4537c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Slim/App.php
Expand Up @@ -120,6 +120,8 @@ public function addMiddleware(MiddlewareInterface $middleware): self
/**
* Add the Slim built-in routing middleware to the app middleware stack
*
* This method can be used to control middleware order and is not required for default routing operation.
*
* @return RoutingMiddleware
*/
public function addRoutingMiddleware(): RoutingMiddleware
Expand Down

0 comments on commit a4537c0

Please sign in to comment.