File "module.php"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/woocommerce-paypal-payments/modules/woocommerce-logging/module.php
File size: 245 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The logging module.
*
* @package WooCommerce\WooCommerce\Logging
*/
declare(strict_types=1);
namespace WooCommerce\WooCommerce\Logging;
return function (): WooCommerceLoggingModule {
return new WooCommerceLoggingModule();
};