We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4c51b commit 3b042e6Copy full SHA for 3b042e6
lib/AvatarHandler.php
@@ -8,7 +8,7 @@ class AvatarHandler
8
public function __construct(private ?string $avatarReturnSvg = null, private ?string $avatarService = null)
9
{
10
$this->avatarReturnSvg = $avatarReturnSvg ?? option('mauricerenck.komments.avatar.svg', true);
11
- $this->avatarService = $avatarService ?? option('mauricerenck.komments.avatar.service', 'initials');
+ $this->avatarService = $avatarService ?? option('mauricerenck.komments.avatar.service', 'gravatar');
12
}
13
14
public function getAvatar(string $authorGravatar, string $authorName): ?string
0 commit comments