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
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -88,7 +88,7 @@ class UpdaterForm extends FormBase {
/**
* {@inheritdoc}
*/
public static function create(ContainerInterface $container): UpdaterForm {
public static function create(ContainerInterface $container) {
return new static(
$container->get('state'),
$container->get('automatic_updates.updater'),
Loading