asdas
This commit is contained in:
@@ -682,7 +682,7 @@ class ApiKernel
|
|||||||
$this->fail('Server error', get_class($e) . ': ' . $e->getMessage(), 500);
|
$this->fail('Server error', get_class($e) . ': ' . $e->getMessage(), 500);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
private function lookupTableName(string $key, string $default): string
|
private function lookupTableName(string $key, string $default): string
|
||||||
{
|
{
|
||||||
$tables = $this->conf['tables'] ?? [];
|
$tables = $this->conf['tables'] ?? [];
|
||||||
@@ -750,3 +750,4 @@ class ApiKernel
|
|||||||
$summary['total'] = array_sum($summary);
|
$summary['total'] = array_sum($summary);
|
||||||
return $summary;
|
return $summary;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user