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