TaskSuccessfulEvent.php 264 B

12345678910111213
  1. <?php
  2. /**
  3. * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
  4. * SPDX-License-Identifier: AGPL-3.0-or-later
  5. */
  6. namespace OCP\TextProcessing\Events;
  7. /**
  8. * @since 27.1.0
  9. */
  10. class TaskSuccessfulEvent extends AbstractTextProcessingEvent {
  11. }