Don't save ImmutableConfig
to class property in WikiNodeTalkLocalTaskController
We're saving ImmutableConfig
to a class property, which is bad practice:
See Dependency injection anti-patterns in Drupal by Matt Glaman.
Edited by Ambient.Impact