Skip to content

Commit 8b468e3

Browse files
committed
Fix reference to Neos\Flow\Http\Uri
1 parent 6e60d06 commit 8b468e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Controller/OAuthController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
use Flownative\OAuth2\Client\OAuthClient;
55
use Flownative\OAuth2\Client\OAuthClientException;
6+
use GuzzleHttp\Psr7\Uri;
67
use Neos\Flow\Annotations\CompileStatic;
7-
use Neos\Flow\Http\Uri;
88
use Neos\Flow\Mvc\Controller\ActionController;
99
use Neos\Flow\Mvc\Exception\StopActionException;
1010
use Neos\Flow\Mvc\Exception\UnsupportedRequestTypeException;

0 commit comments

Comments
 (0)