Merge pull request #3061 from antonioribeiro/patch-2

Remove unused Route
This commit is contained in:
Taylor Otwell 2014-10-11 21:04:52 -05:00
commit c6722869a8
1 changed files with 0 additions and 1 deletions

View File

@ -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;