diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-02-09 13:53:41 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2021-02-09 13:53:41 +0100 |
commit | 4fc0b2c639f1dd3c67a038c532cf98138b813dbe (patch) | |
tree | f85a4dd880dca658ad3317751ce9649a16a9f78b /lib/public/IPreview.php | |
parent | a36186980dec315929a7e816042d613134bf7039 (diff) | |
download | nextcloud-server-4fc0b2c639f1dd3c67a038c532cf98138b813dbe.tar.gz nextcloud-server-4fc0b2c639f1dd3c67a038c532cf98138b813dbe.zip |
Deprecate all remaining event constants
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/public/IPreview.php')
-rw-r--r-- | lib/public/IPreview.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/IPreview.php b/lib/public/IPreview.php index aa7bf559dff..2ae5d835254 100644 --- a/lib/public/IPreview.php +++ b/lib/public/IPreview.php @@ -48,6 +48,7 @@ interface IPreview { /** * @since 9.2.0 + * @deprecated 22.0.0 */ public const EVENT = self::class . ':' . 'PreviewRequested'; |