Skip to content

Commit 6eb0003

Browse files
authored
Update Image.php
1 parent 94552ad commit 6eb0003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ public function applyText(GdImage $sourceResource): GdImage
753753

754754
if (PathUtility::isUrl($this->fontPath)) {
755755
$font = @file_get_contents($this->fontPath);
756-
756+
757757
if ($font === false) {
758758
throw new Exception('Failed to download font from: ' . $this->fontPath);
759759
}

0 commit comments

Comments
 (0)