Merge branch 'master' into Development
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user