Merge pull request #19330 from nextcloud/backport/19320/stable18
[stable18] Fix event type
This commit is contained in:
commit
9dbc4df10d
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