Switched to getFullNameAttribute() from fullName() in User Presenter

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-08-21 20:12:25 +01:00
parent d73d15b8a2
commit bfd674b622

View file

@ -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);
} }
/** /**