diff options
Diffstat (limited to 'lib/public/TextToImage/Events/TaskSuccessfulEvent.php')
-rw-r--r-- | lib/public/TextToImage/Events/TaskSuccessfulEvent.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/TextToImage/Events/TaskSuccessfulEvent.php b/lib/public/TextToImage/Events/TaskSuccessfulEvent.php index c8b125eeb35..ae679437457 100644 --- a/lib/public/TextToImage/Events/TaskSuccessfulEvent.php +++ b/lib/public/TextToImage/Events/TaskSuccessfulEvent.php @@ -11,6 +11,7 @@ namespace OCP\TextToImage\Events; /** * @since 28.0.0 + * @deprecated 30.0.0 */ class TaskSuccessfulEvent extends AbstractTextToImageEvent { } |