Fix event type
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
d2d7e37b7b
commit
e2ca31119c
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue