woocommerce-paypal-payments/modules/ppcp-paypal-subscriptions/module.php

15 lines
296 B
PHP
Raw Normal View History

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