We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7276c9 commit 834da9eCopy full SHA for 834da9e
lib/AppInfo/Application.php
@@ -72,7 +72,7 @@ public function boot(IBootContext $context): void {
72
$server = $event->getServer();
73
74
if ($server !== null) {
75
- // We have to register the LockPlugin here and not info.xml,
+ // We have to register the PropFindPlugin here and not info.xml,
76
// because info.xml plugins are loaded, after the
77
// beforeMethod:* hook has already been emitted.
78
$server->addPlugin($this->getContainer()->get(PropFindPlugin::class));
0 commit comments