Merge pull request #19320 from nextcloud/bugfix/external-179/fix-event-type

Fix event type
This commit is contained in:
Roeland Jago Douma 2020-02-06 20:31:07 +01:00 committed by GitHub
commit 2fb9103a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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 {