Initial commit.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
declare (strict_types=1);
|
||||
namespace WooCommerce\PayPalCommerce\FraudProtection;
|
||||
|
||||
return static function (): \WooCommerce\PayPalCommerce\FraudProtection\FraudProtectionModule {
|
||||
return new \WooCommerce\PayPalCommerce\FraudProtection\FraudProtectionModule();
|
||||
};
|
||||
Reference in New Issue
Block a user