Merge pull request #19330 from nextcloud/backport/19320/stable18

[stable18] Fix event type
This commit is contained in:
Roeland Jago Douma 2020-02-07 08:04:15 +01:00 committed by GitHub
commit 9dbc4df10d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 {