Skip to content
This repository was archived by the owner on Aug 17, 2025. It is now read-only.

Commit b027be2

Browse files
committed
Import the correct RedirectResponseFactory name in the DebugProviderMiddlewareFactory
Incorrectly referenced `Phly\OAuth2ClientAuthentication\RedirectResponseFactory` (instead of `Phly\Expressive\OAuth2ClientAuthentication\RedirectResponseFactory`).
1 parent 2fc8775 commit b027be2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Debug/DebugProviderMiddlewareFactory.php

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

88
namespace Phly\Expressive\OAuth2ClientAuthentication\Debug;
99

10-
use Phly\OAuth2ClientAuthentication\RedirectResponseFactory;
10+
use Phly\Expressive\OAuth2ClientAuthentication\RedirectResponseFactory;
1111
use Psr\Container\ContainerInterface;
1212

1313
/**

test/Debug/DebugProviderMiddlewareFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
use Phly\Expressive\OAuth2ClientAuthentication\Debug\DebugProviderMiddleware;
1111
use Phly\Expressive\OAuth2ClientAuthentication\Debug\DebugProviderMiddlewareFactory;
12-
use Phly\OAuth2ClientAuthentication\RedirectResponseFactory;
12+
use Phly\Expressive\OAuth2ClientAuthentication\RedirectResponseFactory;
1313
use PHPUnit\Framework\TestCase;
1414
use Psr\Container\ContainerInterface;
1515

0 commit comments

Comments
 (0)