From 70ebbac9f052dafad62a64e47d9e8c577664a5db Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 May 2026 16:27:06 +0200 Subject: [PATCH] fix: add missing diagnoseSqlUpdates method to EmulatorUpdateService --- app/Services/EmulatorUpdateService.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/Services/EmulatorUpdateService.php b/app/Services/EmulatorUpdateService.php index 154d452..569082f 100755 --- a/app/Services/EmulatorUpdateService.php +++ b/app/Services/EmulatorUpdateService.php @@ -332,6 +332,11 @@ class EmulatorUpdateService } } + public function diagnoseSqlUpdates(): array + { + return $this->sqlService->diagnose(); + } + public function diagnose(): array { $diagnosis = [