<?php

namespace Drupal\workspaces\Event;

/**
 * Defines the post-publish event class.
 */
class WorkspacePostPublishEvent extends WorkspacePublishEvent {
}
