We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e60d06 commit 8b468e3Copy full SHA for 8b468e3
Classes/Controller/OAuthController.php
@@ -3,8 +3,8 @@
3
4
use Flownative\OAuth2\Client\OAuthClient;
5
use Flownative\OAuth2\Client\OAuthClientException;
6
+use GuzzleHttp\Psr7\Uri;
7
use Neos\Flow\Annotations\CompileStatic;
-use Neos\Flow\Http\Uri;
8
use Neos\Flow\Mvc\Controller\ActionController;
9
use Neos\Flow\Mvc\Exception\StopActionException;
10
use Neos\Flow\Mvc\Exception\UnsupportedRequestTypeException;
0 commit comments