woocommerce-paypal-payments/modules/ppcp-paylater-wc-blocks/module.php
2024-09-04 16:30:02 +02:00

14 lines
293 B
PHP

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