aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Console
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-09 13:53:41 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2021-02-09 13:53:41 +0100
commit4fc0b2c639f1dd3c67a038c532cf98138b813dbe (patch)
treef85a4dd880dca658ad3317751ce9649a16a9f78b /lib/public/Console
parenta36186980dec315929a7e816042d613134bf7039 (diff)
downloadnextcloud-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.php4
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 */