@@ -21,7 +21,7 @@ |
||
| 21 | 21 | { |
| 22 | 22 | |
| 23 | 23 | /** |
| 24 | - * @param \App\Containers\SocialAuthentication\UI\API\Requests\AuthenticateOneRequest $request |
|
| 24 | + * @param ApiAuthenticateRequest $request |
|
| 25 | 25 | * @param \App\Containers\SocialAuthentication\Actions\SocialLoginAction $action |
| 26 | 26 | * |
| 27 | 27 | * @return \Dingo\Api\Http\Response |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use App\Containers\SocialAuthentication\Actions\SocialLoginAction; |
| 6 | 6 | use App\Containers\SocialAuthentication\UI\API\Requests\ApiAuthenticateRequest; |
| 7 | -use App\Containers\SocialAuthentication\UI\API\Requests\AuthenticateCallbackRequest; |
|
| 8 | 7 | use App\Containers\SocialAuthentication\UI\API\Requests\AuthenticateOneRequest; |
| 9 | 8 | use App\Containers\User\UI\API\Transformers\UserTransformer; |
| 10 | 9 | use App\Port\Controller\Abstracts\PortApiController; |