Skip to content

Commit acd9c61

Browse files
committed
Fix keepCase
1 parent 82e187b commit acd9c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InitialAvatar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public function generate($name = null)
238238
*/
239239
public function getInitials()
240240
{
241-
return $this->initials->getInitials();
241+
return $this->initials->keepCase($this->getParameterKeepCase())->getInitials();
242242
}
243243

244244
/**

0 commit comments

Comments
 (0)