mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
2811932247
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
10 lines
136 B
PHP
10 lines
136 B
PHP
<?php
|
|
|
|
namespace OCP\TextProcessing\Events;
|
|
|
|
/**
|
|
* @since 27.1.0
|
|
*/
|
|
class TaskSuccessfulEvent extends AbstractTextProcessingEvent {
|
|
}
|