Skip to content

Commit 2caac73

Browse files
Pasquale TripodiIljaN
andauthored
Update appinfo/app.php
Co-authored-by: Ilja Neumann <ineumann@owncloud.com>
1 parent ee683c6 commit 2caac73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appinfo/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$app = new \OCA\CustomGroups\Application();
2525
$app->registerGroupBackend();
2626
$app->registerNotifier();
27-
$app->getContainer()->query(Hooks::class)->register();
27+
Hooks::register();
2828

2929
if (!\defined('PHPUNIT') && !\OC::$CLI) {
3030
$pathInfo = \OC::$server->getRequest()->getPathInfo();

0 commit comments

Comments
 (0)