woocommerce-paypal-payments/modules.local/cache-module/module.php
2020-04-10 12:55:50 +03:00

10 lines
177 B
PHP

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