mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01:00
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
12 lines
166 B
PHP
12 lines
166 B
PHP
<?php
|
|
|
|
namespace OCP\TextProcessing\Events;
|
|
|
|
use OCP\TextProcessing\Task;
|
|
|
|
/**
|
|
* @since 27.1.0
|
|
*/
|
|
class TaskSuccessfulEvent extends AbstractTextProcessingEvent {
|
|
}
|