Skip to content

Commit 5343395

Browse files
authored
feat(validation): Remove regex validation for Relation (#39)
2 parents b689886 + af8bab5 commit 5343395

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Domain/Value/Resolver/Relation.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ public function __construct(
2626
public string $value,
2727
) {
2828
TrimmedNonEmptyString::fromString($value);
29-
Assert::regex($value, '/^([a-zA-Z].+)\.([a-zA-Z].+)$/');
3029
}
3130
}

0 commit comments

Comments
 (0)