Skip to content

Commit 6711fd3

Browse files
committed
add missing import
1 parent b233f29 commit 6711fd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Server.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Pdsinterop\Solid\Auth\Utils\Jwks;
1111
use Psr\Http\Message\ResponseInterface as Response;
1212
use Psr\Http\Message\ServerRequestInterface as Request;
13+
use Laminas\Diactoros\Uri;
1314

1415
class Server
1516
{

0 commit comments

Comments
 (0)