File "module.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-session/module.php
File size: 229 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * The session module.
 *
 * @package WooCommerce\PayPalCommerce\Session
 */

declare(strict_types=1);

namespace WooCommerce\PayPalCommerce\Session;

return function (): SessionModule {
	return new SessionModule();
};