Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paul121 committed Jan 9, 2024
1 parent 810b3e9 commit 0cf2451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use Drupal\farm_rothamsted_researcher\Entity\RothamstedResearcherInterface;
function farm_rothamsted_experiment_research_farm_entity_bundle_field_info(EntityTypeInterface $entity_type, string $bundle) {
$fields = [];

// Add an Equipment reference field to logs.
// Add a design reference field to experiment plans.
if ($entity_type->id() == 'plan' && $bundle == 'rothamsted_experiment') {

// Reference to the experiment design.
Expand Down

0 comments on commit 0cf2451

Please sign in to comment.