mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
💡 Comment on connection-tab-fields
This commit is contained in:
parent
a56707a8ce
commit
a59ef8286f
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ return function ( ContainerInterface $container, array $fields ): array {
|
||||||
return $fields;
|
return $fields;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Legacy settings module, use of `State` class is correct.
|
||||||
|
|
||||||
$state = $container->get( 'onboarding.state' );
|
$state = $container->get( 'onboarding.state' );
|
||||||
assert( $state instanceof State );
|
assert( $state instanceof State );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue