mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
10 lines
136 B
PHP
10 lines
136 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace OCP\TextProcessing\Events;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @since 27.1.0
|
||
|
|
*/
|
||
|
|
class TaskSuccessfulEvent extends AbstractTextProcessingEvent {
|
||
|
|
}
|