Add namespaces to root files

This commit is contained in:
Narek Zakarian 2025-01-15 18:13:16 +04:00
parent 09e17a8cfb
commit 6f15371624
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7

View file

@ -5,6 +5,8 @@
* @package WooCommerce\PayPalCommerce
*/
namespace WooCommerce\PayPalCommerce;
use WooCommerce\PayPalCommerce\Vendor\Inpsyde\Modularity\Package;
use WooCommerce\PayPalCommerce\Vendor\Inpsyde\Modularity\Properties\PluginProperties;
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;