Skip to content

Commit

Permalink
Merge pull request #2588 from spryker/bugfix/fix-acp-prerequisites
Browse files Browse the repository at this point in the history
BUGFIX: Fixed namespace typo
  • Loading branch information
andriitserkovnyi authored Mar 29, 2024
2 parents 9aafbf8 + b4453c3 commit e304903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dg/dev/acp/app-composition-platform-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e304903

Please sign in to comment.