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