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