Files
shuffle_and_skirmish_website/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/module.php
2025-11-24 21:33:55 +00:00

14 lines
283 B
PHP

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