mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
move module.local to module
This commit is contained in:
parent
c443e4053c
commit
f8e82bdfaf
217 changed files with 8 additions and 2 deletions
13
modules/woocommerce-logging/extensions.php
Normal file
13
modules/woocommerce-logging/extensions.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* The logging extensions.
|
||||
*
|
||||
* @package Inpsyde\Woocommerce\Logging
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
namespace Inpsyde\PayPalCommerce\Logging;
|
||||
|
||||
return array();
|
Loading…
Add table
Add a link
Reference in a new issue