From 0189c38f4ca7e5e5a23ca63851ebe9008b5ebefd Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sat, 6 Jun 2026 22:31:58 -0500 Subject: [PATCH] fix: restore missing closing brace for provisionHealthEndpoint() The Grafana heartbeat removal deleted the method's closing brace, causing a syntax error (unexpected token "private"). --- source/packages/plg_system_mokowaas/script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/packages/plg_system_mokowaas/script.php b/source/packages/plg_system_mokowaas/script.php index fe775466..e93dd5ee 100644 --- a/source/packages/plg_system_mokowaas/script.php +++ b/source/packages/plg_system_mokowaas/script.php @@ -725,7 +725,7 @@ class plgSystemMokoWaaSInstallerScript implements InstallerScriptInterface ); $db->execute(); } - + } private function registerActionLogExtension() {