woocommerce-paypal-payments/modules.local/ppcp-session/module.php
David Remer 005a55c213 phpcs
2020-04-06 11:16:18 +03:00

10 lines
190 B
PHP

<?php
declare(strict_types=1);
namespace Inpsyde\PayPalCommerce\Session;
use Dhii\Modular\Module\ModuleInterface;
return function (): ModuleInterface {
return new SessionModule();
};