From e8095cf7372a8e95ca0f57ada1ddb8712aebce9a Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 16 Oct 2019 12:36:03 +0200 Subject: use OCP\EventDispatcher\Event over Symfony's deprecated Event Signed-off-by: Arthur Schiwon --- apps/files_trashbin/lib/Events/MoveToTrashEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_trashbin/lib') 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 -- cgit v1.2.3