woocommerce-paypal-payments/modules/ppcp-wc-gateway/module.php
2026-03-17 13:27:36 +00:00

13 lines
315 B
PHP

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