Skip to content
Snippets Groups Projects

Issue #3275883: Warn if cron updates are enabled and the site is on an unsupported branch

Merged Issue #3275883: Warn if cron updates are enabled and the site is on an unsupported branch
All threads resolved!
All threads resolved!
6 files
+ 21
6
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -21,7 +21,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
* @internal
* Form classes are internal.
*/
class UpdateReady extends FormBase {
final class UpdateReady extends FormBase {
/**
* The updater service.
Loading