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

9 lines
270 B
PHP

<?php
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\FraudProtection;
return static function (): \WooCommerce\PayPalCommerce\FraudProtection\FraudProtectionModule {
return new \WooCommerce\PayPalCommerce\FraudProtection\FraudProtectionModule();
};