Removed unused import

This commit is contained in:
James Brooks 2015-11-04 15:09:52 +00:00
parent e6c24ce9f8
commit f5964bef8e

View File

@ -15,7 +15,6 @@ use CachetHQ\Cachet\Models\User;
use Closure;
use Illuminate\Contracts\Auth\Guard;
use Illuminate\Database\Eloquent\ModelNotFoundException;
use Symfony\Component\HttpKernel\Exception\HttpException;
class ApiOptionalAuthenticate
{