Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.

Commit c83b6b5

Browse files
authored
Merge 30c88e3 into 2790548
2 parents 2790548 + 30c88e3 commit c83b6b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/User/UserController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use OpenApi\Annotations as OA;
1010
use Psr\Http\Message\ResponseInterface;
1111
use Yiisoft\DataResponse\DataResponseFactoryInterface;
12-
use Yiisoft\Router\CurrentRouteInterface;
12+
use Yiisoft\Router\CurrentRoute;
1313

1414
/**
1515
* @OA\Tag(
@@ -114,7 +114,7 @@ public function list(): ResponseInterface
114114
* ),
115115
* )
116116
*/
117-
public function get(CurrentRouteInterface $currentRoute): ResponseInterface
117+
public function get(CurrentRoute $currentRoute): ResponseInterface
118118
{
119119
/**
120120
* @var User $user

0 commit comments

Comments
 (0)