woocommerce-paypal-payments/modules.local/woocommerce-logging/module.php
2020-07-01 13:03:21 +03:00

9 lines
198 B
PHP

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