Skip to content
Snippets Groups Projects

Issue #3377237: For now, disallow unattended updates on Windows machines

Merged Issue #3377237: For now, disallow unattended updates on Windows machines
All threads resolved!
All threads resolved!
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
<?php
declare(strict_types = 1);
namespace Drupal\automatic_updates\Validator;
use Drupal\automatic_updates\CronUpdateStage;
@@ -72,4 +74,4 @@ final class WindowsValidator implements EventSubscriberInterface {
}
}
}
\ No newline at end of file
}
Loading