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

14 lines
386 B
PHP

<?php
/**
* The Pay Later WooCommerce Blocks module.
*
* @package WooCommerce\PayPalCommerce\PayLaterWCBlocks
*/
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\PayLaterWCBlocks;
return static function (): \WooCommerce\PayPalCommerce\PayLaterWCBlocks\PayLaterWCBlocksModule {
return new \WooCommerce\PayPalCommerce\PayLaterWCBlocks\PayLaterWCBlocksModule();
};