Skip to content

Commit af8bab5

Browse files
committed
Fix
1 parent b689886 commit af8bab5

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)