Merge branch 'master' into Development

This commit is contained in:
Simon Pocrnjič
2025-12-10 20:42:08 +01:00
9 changed files with 748 additions and 59 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;
}