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

16 lines
203 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-07-01 13:03:21 +03:00
namespace Inpsyde\IZettle\Logging;
use Psr\Container\ContainerInterface;
return array();