From 0905306913f61f3f6d2dddc4e46b646b9955d8df Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sun, 7 Dec 2025 01:22:54 +0100 Subject: [PATCH] asdas --- src/ApiKernel.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } +}