Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar authored Oct 4, 2023
1 parent 602a3ac commit 6bf0325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Group/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public function __construct(Environment $twig, string $table, int $rowId, string
if (null === ($fieldDefinition = $fields[$field] ?? $getReferencedDefinition($field))) {
throw new \InvalidArgumentException("Invalid definition for group '$name': Field '$field' does not exist.");
}

$this->fields[$field] = $fieldDefinition;
}

Expand Down

0 comments on commit 6bf0325

Please sign in to comment.