@@ -2,7 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace LaraComponents\Impersonation\Middleware; |
4 | 4 | |
5 | -use Closure; |
|
5 | +use Closure; |
|
6 | 6 | use Illuminate\Contracts\Auth\Factory as AuthFactory; |
7 | 7 | |
8 | 8 | class CheckForImpersonating |