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:
@@ -725,7 +725,7 @@ class plgSystemMokoWaaSInstallerScript implements InstallerScriptInterface
|
||||
);
|
||||
$db->execute();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private function registerActionLogExtension()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user