Skip to content

Commit

Permalink
Merge branch 'feature/65524-fix-inputlink' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Aug 12, 2024
2 parents 64b226d + 168f67d commit feaff09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class InputProcessor extends TextProcessor
{
protected string $type = 'input';
protected array $required = [];

protected function additionalPreProcess(string $table, string $column, array $tca): array
{
Expand Down

0 comments on commit feaff09

Please sign in to comment.