Upgrade to 3.6.1
This commit is contained in:
@@ -210,7 +210,7 @@ class Role extends Model
|
||||
*/
|
||||
public function title(): string
|
||||
{
|
||||
return $this->title = $this->title ?? ucfirst($this->name());
|
||||
return $this->title ??= ucfirst($this->name());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user