fix: add missing diagnoseSqlUpdates method to EmulatorUpdateService

This commit is contained in:
root
2026-05-21 16:27:06 +02:00
parent a07d216635
commit 70ebbac9f0
+5
View File
@@ -332,6 +332,11 @@ class EmulatorUpdateService
}
}
public function diagnoseSqlUpdates(): array
{
return $this->sqlService->diagnose();
}
public function diagnose(): array
{
$diagnosis = [