woocommerce-paypal-payments/modules/woocommerce-logging/extensions.php

14 lines
179 B
PHP
Raw Normal View History

<?php
2020-07-01 13:03:21 +03:00
/**
* The logging extensions.
*
2020-09-11 14:11:10 +03:00
* @package WooCommerce\WooCommerce\Logging
2020-07-01 13:03:21 +03:00
*/
declare(strict_types=1);
2020-09-11 14:11:10 +03:00
namespace WooCommerce\PayPalCommerce\Logging;
2020-07-01 13:03:21 +03:00
return array();