@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace App\Http\Middleware; |
4 | 4 | |
5 | 5 | use Closure; |
6 | -use Illuminate\Support\Facades\Auth; |
|
7 | 6 | use App\Http\Middleware\RedirectIfInstalled; |
8 | 7 | |
9 | 8 | class RedirectIfNotInstalled extends RedirectIfInstalled |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace App\Http\Controllers\Auth; |
4 | 4 | |
5 | -use App\User; |
|
6 | 5 | use Validator; |
7 | 6 | use App\Http\Controllers\Controller; |
8 | 7 | use Illuminate\Foundation\Auth\ThrottlesLogins; |