Skip to content

Commit

Permalink
[BUGFIX] Make Processor for inputLink work properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoffmann1979 committed Jul 30, 2024
1 parent 21df295 commit 2fffb87
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 2fffb87

Please sign in to comment.