Remove unused Route

This commit is contained in:
Antonio Carlos Ribeiro
2014-10-08 21:03:28 -03:00
parent e16868571b
commit f17ac36e6a

View File

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