stan updates
This commit is contained in:
@@ -37,7 +37,15 @@ class User extends Resource
|
||||
*/
|
||||
public function title(): string
|
||||
{
|
||||
return $this->username.sprintf(' (%s)', $this->phone);
|
||||
return $this->name.sprintf(' (%s)', $this->username);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the search result subtitle for the resource.
|
||||
*/
|
||||
public function subtitle(): string
|
||||
{
|
||||
return $this->phone ?: '-';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user