woocommerce-paypal-payments/modules/ppcp-paypal-subscriptions/module.php
2026-04-16 09:15:28 +00:00

13 lines
395 B
PHP

<?php
/**
* The PayPalSubscriptions module.
*
* @package WooCommerce\PayPalCommerce\PayPalSubscriptions
*/
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\PayPalSubscriptions;
return static function (): \WooCommerce\PayPalCommerce\PayPalSubscriptions\PayPalSubscriptionsModule {
return new \WooCommerce\PayPalCommerce\PayPalSubscriptions\PayPalSubscriptionsModule();
};