Switched to getFullNameAttribute() from fullName() in User Presenter
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
d73d15b8a2
commit
bfd674b622
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@ class UserPresenter extends Presenter
|
||||||
*/
|
*/
|
||||||
public function nameUrl()
|
public function nameUrl()
|
||||||
{
|
{
|
||||||
return (string) link_to_route('users.show', $this->fullName(), $this->id);
|
return (string) link_to_route('users.show', $this->getFullNameAttribute(), $this->id);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue