mirror of
https://github.com/nextcloud/tables.git
synced 2025-07-22 18:28:09 +00:00
refactor(Row): remove unused parameter from private API
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:

committed by
Julius Knorr

parent
d386450d62
commit
7c290d4276
@ -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
|
||||
|
Reference in New Issue
Block a user