Skip to content

Commit 834da9e

Browse files
marcelklehrCopilot
andauthored
fix: Typo
Co-authored-by: Copilot <[email protected]> Signed-off-by: Marcel Klehr <[email protected]>
1 parent b7276c9 commit 834da9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AppInfo/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function boot(IBootContext $context): void {
7272
$server = $event->getServer();
7373

7474
if ($server !== null) {
75-
// We have to register the LockPlugin here and not info.xml,
75+
// We have to register the PropFindPlugin here and not info.xml,
7676
// because info.xml plugins are loaded, after the
7777
// beforeMethod:* hook has already been emitted.
7878
$server->addPlugin($this->getContainer()->get(PropFindPlugin::class));

0 commit comments

Comments
 (0)