mirror of
https://github.com/nextcloud/server.git
synced 2026-04-26 00:27:49 -04:00
Fix event type
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
8e02d45d4d
commit
81352411be
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