woocommerce-paypal-payments/modules/ppcp-axo-block/module.php

13 lines
319 B
PHP

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