mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
13 lines
171 B
PHP
13 lines
171 B
PHP
<?php
|
|
/**
|
|
* The logging extensions.
|
|
*
|
|
* @package Inpsyde\Woocommerce\Logging
|
|
*/
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
namespace Inpsyde\PayPalCommerce\Logging;
|
|
|
|
return array();
|