Skip to content

Commit

Permalink
MNT Update inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Dec 11, 2024
1 parent dd12ade commit a3e19c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/GridFieldArbitraryData/ArbitraryDataModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,12 +170,10 @@ public function getCMSFields(): FieldList
return FieldList::create($fields);
}

// Note that a FieldsValidator is used by default, but we can add additional validation if we want
// by implementing this method:
// Note that we can add additional validation if we want by implementing this method:
// public function getCMSCompositeValidator()
// {
// return CompositeValidator::create([
// FieldsValidator::create(),
// RequiredFieldsValidator::create(['Title']),
// ]);
// }
Expand Down

0 comments on commit a3e19c2

Please sign in to comment.