woocommerce-paypal-payments/modules/ppcp-paypal-subscriptions/module.php
2026-03-31 12:58:39 +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();
};