fix: restore missing closing brace for provisionHealthEndpoint()

The Grafana heartbeat removal deleted the method's closing brace,
causing a syntax error (unexpected token "private").
This commit is contained in:
Jonathan Miller
2026-06-06 22:31:58 -05:00
parent 314d629bc8
commit 0189c38f4c
@@ -725,7 +725,7 @@ class plgSystemMokoWaaSInstallerScript implements InstallerScriptInterface
);
$db->execute();
}
}
private function registerActionLogExtension()
{