Viewing File: /home/rtsgrob/ww6/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-session/module.php

<?php

/**
 * The session module.
 *
 * @package WooCommerce\PayPalCommerce\Session
 */
declare (strict_types=1);
namespace WooCommerce\PayPalCommerce\Session;

return function (): \WooCommerce\PayPalCommerce\Session\SessionModule {
    return new \WooCommerce\PayPalCommerce\Session\SessionModule();
};
Back to Directory File Manager