From b4453c3a89c6b9b8a8a2ef8e650d93998e3b7fd4 Mon Sep 17 00:00:00 2001 From: Anton Zubariev Date: Fri, 29 Mar 2024 10:11:38 +0200 Subject: [PATCH] BUGFIX: Fixed typo --- docs/dg/dev/acp/app-composition-platform-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dg/dev/acp/app-composition-platform-installation.md b/docs/dg/dev/acp/app-composition-platform-installation.md index 4b2ad771135..22450965d4d 100644 --- a/docs/dg/dev/acp/app-composition-platform-installation.md +++ b/docs/dg/dev/acp/app-composition-platform-installation.md @@ -309,9 +309,9 @@ Make sure that you have no deprecated plugins enabled. Ideally, the content of e namespace Pyz\Zed\OauthClient; -use Spryker\Zed\MessageBroker\Communication\Plugin\OauthClient\TenantIdentifierAccessTokenRequestExpanderPlugin; use Spryker\Zed\OauthAuth0\Communication\Plugin\OauthClient\Auth0OauthAccessTokenProviderPlugin; use Spryker\Zed\OauthAuth0\Communication\Plugin\OauthClient\CacheKeySeedAccessTokenRequestExpanderPlugin; +use Spryker\Zed\OauthClient\Communication\Plugin\OauthClient\TenantIdentifierAccessTokenRequestExpanderPlugin; use Spryker\Zed\OauthClient\OauthClientDependencyProvider as SprykerOauthClientDependencyProvider; class OauthClientDependencyProvider extends SprykerOauthClientDependencyProvider