Fix Если не задан параметр о заглушке

This commit is contained in:
2020-07-24 11:43:07 +03:00
parent 7384e5aa50
commit 5a22804f38

View File

@@ -213,7 +213,7 @@ class SeptemberFirstUser implements ResourceOwnerInterface
*/
public function isDefaultAvatar(): bool
{
return $this->getField('avatar_default');
return (bool) $this->getField('avatar_default');
}
/**