Skip to content
Snippets Groups Projects

Issue #3267387: The readiness checker manager service is not longer needed in \Drupal\automatic_updates\Form\UpdaterForm

Merged Issue #3267387: The readiness checker manager service is not longer needed in \Drupal\automatic_updates\Form\UpdaterForm
2 unresolved threads
2 unresolved threads
+ 0
7
@@ -45,13 +45,6 @@ class UpdaterForm extends FormBase {
*/
protected $state;
/**
* The readiness validation manager service.
*
* @var \Drupal\automatic_updates\Validation\ReadinessValidationManager
*/
protected $readinessValidationManager;
/**
* The event dispatcher service.
*
Loading