@@ -51,7 +51,7 @@ discard block |
||
51 | 51 | } |
52 | 52 | |
53 | 53 | /** |
54 | - * @param Illuminate\Contracts\Config\Repository $config |
|
54 | + * @param Repository $config |
|
55 | 55 | */ |
56 | 56 | protected function getGuardsFromConfig(Repository $config) : array |
57 | 57 | { |
@@ -59,8 +59,8 @@ discard block |
||
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |
62 | - * @param Illuminate\Auth\AuthManager $auth |
|
63 | - * @param Illuminate\Contracts\Config\Repository $config |
|
62 | + * @param AuthManager $auth |
|
63 | + * @param Repository $config |
|
64 | 64 | */ |
65 | 65 | protected function getUsedGuardOrDefaultDriver(AuthManager $auth, Repository $config) : string |
66 | 66 | { |