diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-10-16 12:36:03 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-10-17 13:31:48 +0200 |
commit | e8095cf7372a8e95ca0f57ada1ddb8712aebce9a (patch) | |
tree | 4646cb85b358b7dcb9db9d163bc648d19f294ca3 /apps/files_trashbin/lib | |
parent | 9f2d15ad5ce0e011de2594c7993714c3001c8c47 (diff) | |
download | nextcloud-server-e8095cf7372a8e95ca0f57ada1ddb8712aebce9a.tar.gz nextcloud-server-e8095cf7372a8e95ca0f57ada1ddb8712aebce9a.zip |
use OCP\EventDispatcher\Event over Symfony's deprecated Event
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/files_trashbin/lib')
-rw-r--r-- | apps/files_trashbin/lib/Events/MoveToTrashEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/Events/MoveToTrashEvent.php b/apps/files_trashbin/lib/Events/MoveToTrashEvent.php index 99b42507cec..e62d875c59d 100644 --- a/apps/files_trashbin/lib/Events/MoveToTrashEvent.php +++ b/apps/files_trashbin/lib/Events/MoveToTrashEvent.php @@ -26,7 +26,7 @@ namespace OCA\Files_Trashbin\Events; use OCP\Files\Node; -use Symfony\Component\EventDispatcher\Event; +use OCP\EventDispatcher\Event; /** * Class MoveToTrashEvent |