woocommerce-paypal-payments/modules/ppcp-axo/module.php
2024-04-19 15:26:55 +01:00

14 lines
216 B
PHP

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