Skip to content

Commit

Permalink
Update api.php
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr-w authored Aug 30, 2024
1 parent 5f3f35f commit 754eb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/manager/lib/yform/manager/table/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static function exportTablesets(array $table_names)
$export[$export_table['table_name']] = $recursiveKsort([
'table' => array_diff_key($export_table->toArray(), ['id' => 0, 'prio' => 0]),
'fields' => $export_fields,
](;
]);
}

return json_encode($export, JSON_PRETTY_PRINT);
Expand Down

0 comments on commit 754eb85

Please sign in to comment.