Skip to content
Snippets Groups Projects
Forked from project / automatic_updates
821 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
ReadinessCheckEvent.php 202 B
<?php

namespace Drupal\automatic_updates\Event;

/**
 * Event fired when checking if the site could perform an update.
 */
class ReadinessCheckEvent extends UpdateEvent {

  use PackagesAwareTrait;

}