mirror of
https://github.com/nextcloud/server.git
synced 2026-04-06 17:47:41 -04:00
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 {
|
||
|
|
}
|