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
|
public function diagnose(): array
|
||||||
{
|
{
|
||||||
$diagnosis = [
|
$diagnosis = [
|
||||||
|
|||||||
Reference in New Issue
Block a user