wip
This commit is contained in:
@@ -159,6 +159,6 @@ class User extends Authenticatable
|
|||||||
*/
|
*/
|
||||||
public function profilePage(): string
|
public function profilePage(): string
|
||||||
{
|
{
|
||||||
return '/resources/users/'.$this->id;
|
return sprintf('/resources/users/%s', $this->id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user