Initial commit.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* The logging module.
|
||||
*
|
||||
* @package WooCommerce\WooCommerce\Logging
|
||||
*/
|
||||
declare (strict_types=1);
|
||||
namespace WooCommerce\WooCommerce\Logging;
|
||||
|
||||
return function (): \WooCommerce\WooCommerce\Logging\WooCommerceLoggingModule {
|
||||
return new \WooCommerce\WooCommerce\Logging\WooCommerceLoggingModule();
|
||||
};
|
||||
Reference in New Issue
Block a user