Skip to content

Commit

Permalink
use Laminas\Diactoros\Stream
Browse files Browse the repository at this point in the history
  • Loading branch information
xerc committed Nov 22, 2024
1 parent bf5316c commit 6c8fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/public/device_code.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

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

use Laminas\Diactoros\Stream;
use League\OAuth2\Server\AuthorizationServer;
use League\OAuth2\Server\Exception\OAuthServerException;
use League\OAuth2\Server\Grant\DeviceCodeGrant;
Expand All @@ -23,7 +24,6 @@
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Slim\App;
use Zend\Diactoros\Stream;

$app = new App([
'settings' => [
Expand Down

0 comments on commit 6c8fcb0

Please sign in to comment.