woocommerce-paypal-payments/modules/ppcp-wc-subscriptions/module.php
2026-03-31 12:58:39 +00:00

13 lines
351 B
PHP

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