mirror of
https://github.com/nextcloud/server.git
synced 2025-02-24 17:06:50 +00:00
9 lines
136 B
PHP
9 lines
136 B
PHP
<?php
|
|
|
|
namespace OCP\TextProcessing\Events;
|
|
|
|
/**
|
|
* @since 27.1.0
|
|
*/
|
|
class TaskSuccessfulEvent extends AbstractTextProcessingEvent {
|
|
}
|