Segment view contract export option

This commit is contained in:
Simon Pocrnjič
2025-12-10 20:41:10 +01:00
parent d2287ef963
commit fa54cf48f3
8 changed files with 744 additions and 57 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ protected static function joinNameParts(?string $first, ?string $second): ?strin
protected static function normalizeSegment(?string $value): ?string
{
if (blank($value)) {
if (empty($value)) {
return null;
}