]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix event type 19320/head
authorJoas Schilling <coding@schilljs.com>
Thu, 6 Feb 2020 14:17:27 +0000 (15:17 +0100)
committerJoas Schilling <coding@schilljs.com>
Thu, 6 Feb 2020 14:17:27 +0000 (15:17 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files/lib/Listener/LegacyLoadAdditionalScriptsAdapter.php

index fc8926c08bb5256e9008030959bcac9fc5ebecc8..938eb5a481928c97810563a1a4bbed4120abd1aa 100644 (file)
@@ -31,7 +31,7 @@ use OC\EventDispatcher\SymfonyAdapter;
 use OCA\Files\Event\LoadAdditionalScriptsEvent;
 use OCP\EventDispatcher\Event;
 use OCP\EventDispatcher\IEventListener;
-use OCP\EventDispatcher\GenericEvent;
+use Symfony\Component\EventDispatcher\GenericEvent;
 
 class LegacyLoadAdditionalScriptsAdapter implements IEventListener {