Skip to content

Commit

Permalink
small client updates while I procrastinate on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Jan 6, 2025
1 parent 92ea125 commit b66edd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/versions/types/class_default.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<?php else:
// -- local property validation rules

foreach ($type->getProperties()->getLocalPropertiesGenerator() as $property) :
foreach ($type->getProperties()->getAllPropertiesGenerator() as $property) :
$validationMap = $property->buildValidationMap();
if ([] !== $validationMap) : ?>

Expand Down

0 comments on commit b66edd8

Please sign in to comment.