Skip to content

Commit cb80c3d

Browse files
committed
Fallback
1 parent 60d00d4 commit cb80c3d

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
@@ -351,7 +351,7 @@ private function findFontFile()
351351
$fontFile = $this->getParameterFontFile();
352352

353353
if ($this->getParameterAutoFont()) {
354-
return $this->getFontByScript();
354+
$fontFile = $this->getFontByScript();
355355
}
356356

357357
if (is_int($fontFile) && in_array($fontFile, [1, 2, 3, 4, 5], false)) {

0 commit comments

Comments
 (0)