Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Dec 13, 2018
1 parent 562cd91 commit 1efe829
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 02_routing_and_controllers/01_routing.md
Expand Up @@ -132,7 +132,6 @@ The example below is the most basic middleware implementation (it doesn't actual
namespace app\routing\middleware;
use Closure;
use mako\http\Request;
use mako\http\Response;
use mako\http\routing\middleware\Middleware;
Expand Down Expand Up @@ -162,7 +161,6 @@ Note that all middleware is instantiated through the [dependency injection conta
namespace app\routing\middleware;
use Closure;
use mako\cache\CacheManager;
use mako\http\Request;
use mako\http\Response;
Expand Down

0 comments on commit 1efe829

Please sign in to comment.