Renaming class names

This commit is contained in:
dinamiko 2021-09-30 16:30:52 +02:00
parent 40058b4b30
commit 9ebedbfd85
19 changed files with 805 additions and 537 deletions

View file

@ -10,6 +10,7 @@ declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Subscription;
use WooCommerce\PayPalCommerce\Subscription\Helper\SubscriptionHelper;
use Psr\Container\ContainerInterface;
return array(
'subscription.helper' => static function ( ContainerInterface $container ): SubscriptionHelper {