mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-26 01:14:19 +08:00
9 lines
183 B
PHP
9 lines
183 B
PHP
<?php
|
|
|
|
declare( strict_types = 1 );
|
|
|
|
namespace WooCommerce\PayPalCommerce\FraudProtection;
|
|
|
|
return static function (): FraudProtectionModule {
|
|
return new FraudProtectionModule();
|
|
};
|