woocommerce-paypal-payments/modules/ppcp-store-sync/module.php
2026-02-19 15:54:00 +01:00

14 lines
257 B
PHP

<?php
/**
* The agentic commerce module.
*
* @package WooCommerce\PayPalCommerce\StoreSync
*/
declare( strict_types = 1 );
namespace WooCommerce\PayPalCommerce\StoreSync;
return static function (): StoreSyncModule {
return new StoreSyncModule();
};