mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
change namespace vendor to WooCommerce
This commit is contained in:
parent
c5899d915c
commit
c788341887
162 changed files with 707 additions and 708 deletions
|
@ -3,12 +3,12 @@
|
|||
* The Null logger is used, when logging is disabled. It does not log at all
|
||||
* but complies with the LoggerInterface.
|
||||
*
|
||||
* @package Inpsyde\WooCommerce\Logging\Logger
|
||||
* @package WooCommerce\WooCommerce\Logging\Logger
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Inpsyde\WooCommerce\Logging\Logger;
|
||||
namespace WooCommerce\WooCommerce\Logging\Logger;
|
||||
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Psr\Log\LoggerTrait;
|
||||
|
|
|
@ -5,12 +5,12 @@
|
|||
*
|
||||
* This is a decorator that makes any WooCommerce Logger PSR-3-compatible
|
||||
*
|
||||
* @package Inpsyde\WooCommerce\Logging\Logger
|
||||
* @package WooCommerce\WooCommerce\Logging\Logger
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Inpsyde\WooCommerce\Logging\Logger;
|
||||
namespace WooCommerce\WooCommerce\Logging\Logger;
|
||||
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Psr\Log\LoggerTrait;
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
/**
|
||||
* The logging module.
|
||||
*
|
||||
* @package Inpsyde\WooCommerce\Logging
|
||||
* @package WooCommerce\WooCommerce\Logging
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Inpsyde\WooCommerce\Logging;
|
||||
namespace WooCommerce\WooCommerce\Logging;
|
||||
|
||||
use Dhii\Container\ServiceProvider;
|
||||
use Dhii\Modular\Module\ModuleInterface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue