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 = [