tests: more fixes, but stuff is still broken
This commit is contained in:
parent
10b2380e9e
commit
7f669828c6
10 changed files with 36 additions and 85 deletions
|
@ -224,7 +224,7 @@ class User extends Model implements
|
|||
|
||||
public function avatarURL(): string
|
||||
{
|
||||
return 'https://www.gravatar.com/avatar/' . md5($this->email) . '.jpg';
|
||||
return 'https://www.gravatar.com/avatar/' . $this->md5 . '.jpg';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue