Add namespaces to root files

This commit is contained in:
Narek Zakarian 2025-01-15 18:13:07 +04:00
parent 6e9da9e958
commit 09e17a8cfb
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
3 changed files with 6 additions and 1 deletions

View file

@ -7,6 +7,8 @@
declare(strict_types=1);
namespace WooCommerce\PayPalCommerce;
use WooCommerce\PayPalCommerce\Uninstall\ClearDatabaseInterface;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
use WooCommerce\PayPalCommerce\WcGateway\Settings\Settings;