Files
2025-11-24 21:33:55 +00:00

14 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();
};