Skip to content

Commit 6c8fcb0

Browse files
committed
use Laminas\Diactoros\Stream
1 parent bf5316c commit 6c8fcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/public/device_code.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
include __DIR__ . '/../vendor/autoload.php';
1414

15+
use Laminas\Diactoros\Stream;
1516
use League\OAuth2\Server\AuthorizationServer;
1617
use League\OAuth2\Server\Exception\OAuthServerException;
1718
use League\OAuth2\Server\Grant\DeviceCodeGrant;
@@ -23,7 +24,6 @@
2324
use Psr\Http\Message\ResponseInterface;
2425
use Psr\Http\Message\ServerRequestInterface;
2526
use Slim\App;
26-
use Zend\Diactoros\Stream;
2727

2828
$app = new App([
2929
'settings' => [

0 commit comments

Comments
 (0)