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/Console | |
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/Console')
-rw-r--r-- | lib/public/Console/ConsoleEvent.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/public/Console/ConsoleEvent.php b/lib/public/Console/ConsoleEvent.php index 1d946d50351..a12d65c3b15 100644 --- a/lib/public/Console/ConsoleEvent.php +++ b/lib/public/Console/ConsoleEvent.php @@ -32,6 +32,10 @@ use OCP\EventDispatcher\Event; * @since 9.0.0 */ class ConsoleEvent extends Event { + + /** + * @deprecated 22.0.0 + */ public const EVENT_RUN = 'OC\Console\Application::run'; /** @var string */ |