mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🐛 Add missing use
statement
This commit is contained in:
parent
aa0a8d4182
commit
1c70334721
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ declare(strict_types=1);
|
|||
namespace WooCommerce\PayPalCommerce\Onboarding;
|
||||
|
||||
use WooCommerce\PayPalCommerce\Vendor\Psr\Container\ContainerInterface;
|
||||
use WooCommerce\PayPalCommerce\WcGateway\Helper\Environment;
|
||||
|
||||
/**
|
||||
* Class State
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue