You've already forked Atomcms-edit
fix: add missing diagnoseSqlUpdates method to EmulatorUpdateService
This commit is contained in:
@@ -332,6 +332,11 @@ class EmulatorUpdateService
|
||||
}
|
||||
}
|
||||
|
||||
public function diagnoseSqlUpdates(): array
|
||||
{
|
||||
return $this->sqlService->diagnose();
|
||||
}
|
||||
|
||||
public function diagnose(): array
|
||||
{
|
||||
$diagnosis = [
|
||||
|
||||
Reference in New Issue
Block a user