mirror of
https://github.com/1sept/oauth2-1sept.git
synced 2024-05-30 17:38:52 +03:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a22804f38 |
@@ -213,7 +213,7 @@ class SeptemberFirstUser implements ResourceOwnerInterface
|
|||||||
*/
|
*/
|
||||||
public function isDefaultAvatar(): bool
|
public function isDefaultAvatar(): bool
|
||||||
{
|
{
|
||||||
return $this->getField('avatar_default');
|
return (bool) $this->getField('avatar_default');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user