Move settings compat into separate namespace

This commit is contained in:
Narek Zakarian 2025-02-06 16:37:24 +04:00
parent d1d5aac504
commit fd8346b487
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
6 changed files with 16 additions and 14 deletions

View file

@ -9,9 +9,9 @@ declare( strict_types = 1 );
namespace WooCommerce\PayPalCommerce\WcGateway\Settings;
use WooCommerce\PayPalCommerce\Compat\SettingsMapHelper;
use WooCommerce\PayPalCommerce\WcGateway\Exception\NotFoundException;
use WooCommerce\PayPalCommerce\Compat\Settings\SettingsMapHelper;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
use WooCommerce\PayPalCommerce\WcGateway\Exception\NotFoundException;
/**
* Class Settings