File "module.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-axo/module.php
File size: 216 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The Axo module.
*
* @package WooCommerce\PayPalCommerce\Axo
*/
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce\Axo;
return static function (): AxoModule {
return new AxoModule();
};