diff --git a/src/ApiKernel.php b/src/ApiKernel.php index 3e2d198..5437641 100644 --- a/src/ApiKernel.php +++ b/src/ApiKernel.php @@ -682,7 +682,7 @@ class ApiKernel $this->fail('Server error', get_class($e) . ': ' . $e->getMessage(), 500); } } -} + private function lookupTableName(string $key, string $default): string { $tables = $this->conf['tables'] ?? []; @@ -750,3 +750,4 @@ class ApiKernel $summary['total'] = array_sum($summary); return $summary; } +}