summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-03 11:06:32 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-09-03 15:00:23 +0200
commitc7c23b936e35f54f6a750cedc4afe138685a6d3a (patch)
tree8ac636373d0962a9ef7b0bb9bb65f8f55483feb5 /lib
parent791f215a25bac11bbd145467d5e9eb1777249282 (diff)
Fix virtual group
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index 67ef5121..e949cb69 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -49,7 +49,7 @@ class Application extends App {
$server = $event->getServer();
if ($server !== null) {
- // We have to register the LockPlugin here and not info.xml,
+ // We have to register the PatchPlugin here and not info.xml,
// because info.xml plugins are loaded, after the
// beforeMethod:* hook has already been emitted.
$server->addPlugin($this->getContainer()->query(PatchPlugin::class));