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 --- lib/private/Files/Cache/AbstractCacheEvent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/Files/Cache') diff --git a/lib/private/Files/Cache/AbstractCacheEvent.php b/lib/private/Files/Cache/AbstractCacheEvent.php index c8a41ce54d8..db1e7a1cf32 100644 --- a/lib/private/Files/Cache/AbstractCacheEvent.php +++ b/lib/private/Files/Cache/AbstractCacheEvent.php @@ -23,7 +23,7 @@ namespace OC\Files\Cache; use OCP\Files\Cache\ICacheEvent; use OCP\Files\Storage\IStorage; -use Symfony\Component\EventDispatcher\Event; +use OCP\EventDispatcher\Event; class AbstractCacheEvent extends Event implements ICacheEvent { protected $storage; -- cgit v1.2.3