Skip to content

Commit

Permalink
Use SymfonyAdapter for legacy event
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed May 12, 2022
1 parent 44481e1 commit 3a783a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
OCP\Util::addStyle('deck', 'globalstyles');
OCP\Util::addScript('deck', 'deck-main');

\OCP\Server::get(\OCP\EventDispatcher\IEventDispatcher::class)
\OCP\Server::get(\OC\EventDispatcher\SymfonyAdapter::class)
->dispatch('\OCP\Collaboration\Resources::loadAdditionalScripts');

0 comments on commit 3a783a7

Please sign in to comment.