Browse Source

Merge pull request #3061 from antonioribeiro/patch-2

Remove unused Route
Taylor Otwell 9 years ago
parent
commit
c6722869a8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/Http/Middleware/AuthMiddleware.php

+ 0 - 1
app/Http/Middleware/AuthMiddleware.php

@@ -1,7 +1,6 @@
 <?php namespace App\Http\Middleware;
 
 use Closure;
-use Illuminate\Routing\Route;
 use Illuminate\Contracts\Auth\Authenticator;
 use Illuminate\Contracts\Routing\Middleware;
 use Illuminate\Contracts\Routing\ResponseFactory;