refactor(Row): remove unused parameter from private API

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon
2025-05-12 20:25:41 +02:00
committed by Julius Knorr
parent d386450d62
commit 7c290d4276

View File

@ -65,13 +65,11 @@ class RowController extends Controller {
public function update(
int $id,
int $columnId,
?int $tableId,
?int $viewId,
string $data,
): DataResponse {
return $this->handleError(function () use (
$id,
$tableId,
$viewId,
$columnId,
$data