File "module.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-paylater-wc-blocks/module.php
File size: 293 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The Pay Later WooCommerce Blocks module.
 *
 * @package WooCommerce\PayPalCommerce\PayLaterWCBlocks
 */

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\PayLaterWCBlocks;

return static function (): PayLaterWCBlocksModule {
	return new PayLaterWCBlocksModule();
};