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