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

14 lines
171 B
PHP
Raw Normal View History

<?php
2020-07-01 13:03:21 +03:00
/**
* The logging extensions.
*
* @package Inpsyde\Woocommerce\Logging
2020-07-01 13:03:21 +03:00
*/
declare(strict_types=1);
2020-08-31 12:37:24 +03:00
namespace Inpsyde\PayPalCommerce\Logging;
2020-07-01 13:03:21 +03:00
return array();