Upgrade to 3.9.7
This commit is contained in:
@@ -531,7 +531,7 @@ class Collection extends Iterator implements Countable
|
||||
$value = $this->getAttribute($item, $field);
|
||||
|
||||
// ignore upper/lowercase for group names
|
||||
return $i === true ? Str::lower($value) : $value;
|
||||
return $i === true ? Str::lower($value) : (string)$value;
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user