Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-10-16 13:36:03 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-10-17 14:31:48 +0300
commite8095cf7372a8e95ca0f57ada1ddb8712aebce9a (patch)
tree4646cb85b358b7dcb9db9d163bc648d19f294ca3 /lib/public/Comments
parent9f2d15ad5ce0e011de2594c7993714c3001c8c47 (diff)
use OCP\EventDispatcher\Event over Symfony's deprecated Event
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib/public/Comments')
-rw-r--r--lib/public/Comments/CommentsEntityEvent.php2
-rw-r--r--lib/public/Comments/CommentsEvent.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/Comments/CommentsEntityEvent.php b/lib/public/Comments/CommentsEntityEvent.php
index fe8585a213e..d3ffb710e2e 100644
--- a/lib/public/Comments/CommentsEntityEvent.php
+++ b/lib/public/Comments/CommentsEntityEvent.php
@@ -22,7 +22,7 @@
namespace OCP\Comments;
-use Symfony\Component\EventDispatcher\Event;
+use OCP\EventDispatcher\Event;
/**
* Class CommentsEntityEvent
diff --git a/lib/public/Comments/CommentsEvent.php b/lib/public/Comments/CommentsEvent.php
index eba4cebb3bf..43b8366a22f 100644
--- a/lib/public/Comments/CommentsEvent.php
+++ b/lib/public/Comments/CommentsEvent.php
@@ -23,7 +23,7 @@
namespace OCP\Comments;
-use Symfony\Component\EventDispatcher\Event;
+use OCP\EventDispatcher\Event;
/**
* Class CommentsEvent