Skip to content

Commit

Permalink
Fix typo in class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinamiko committed Sep 24, 2021
1 parent 1d17a4d commit 56017ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/ppcp-vaulting/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
$container->get( 'vaulting.module-url' )
);
},
'vaulting.payment-tokens-renderer' => static function (): PaymentTokensRendered {
return new PaymentTokensRendered();
'vaulting.payment-tokens-renderer' => static function (): PaymentTokensRenderer {
return new PaymentTokensRenderer();
},
'vaulting.repository.payment-token' => static function ( $container ): PaymentTokenRepository {
$factory = $container->get( 'api.factory.payment-token' );
Expand Down

0 comments on commit 56017ba

Please sign in to comment.