💡 Comment on connection-tab-fields

This commit is contained in:
Philipp Stracker 2025-02-17 17:56:00 +01:00
parent a56707a8ce
commit a59ef8286f
No known key found for this signature in database

View file

@ -28,6 +28,8 @@ return function ( ContainerInterface $container, array $fields ): array {
return $fields;
}
// Legacy settings module, use of `State` class is correct.
$state = $container->get( 'onboarding.state' );
assert( $state instanceof State );