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

namespace Drupal\package_manager\Event;

/**
 * Event fired after staged changes are synced to the active directory.
 */
class PostApplyEvent extends StageEvent {
}