Skip to content

Commit

Permalink
fix: Allow uuid as path source in materialized path strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
andreakeesys committed Nov 18, 2024
1 parent 22418b1 commit 4fbce7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tree/Mapping/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class Validator
'string',
'int',
'float',
'uuid',
];

/**
Expand Down

0 comments on commit 4fbce7a

Please sign in to comment.