Skip to content

Commit

Permalink
[TASK] Remove unused call
Browse files Browse the repository at this point in the history
  • Loading branch information
nhovratov committed Apr 25, 2024
1 parent 4f84951 commit b84d79f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Classes/Generator/TcaGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ protected function processTypeDefinition(ContentTypeInterface $typeDefinition, T

protected function processContentElement(ContentTypeInterface $typeDefinition, array $columnsOverrides): array
{
$typeDefinition->getColumns();
$typeDefinitionArray = [
'previewRenderer' => PreviewRenderer::class,
'showitem' => $this->getContentElementStandardShowItem($typeDefinition),
Expand Down

0 comments on commit b84d79f

Please sign in to comment.