Skip to content

Commit

Permalink
Merge branch 'v3' of github.com:spatie/image into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Nov 29, 2023
2 parents 6a81da2 + 764eda8 commit a83de54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drivers/Gd/GdDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function base64(string $imageFormat = 'jpeg', bool $prefixWithFormat = tr
{
ob_start();

$this->format($imageFormat);
$this->format($imageFormat);

$image_data = ob_get_contents();
ob_end_clean();
Expand Down

0 comments on commit a83de54

Please sign in to comment.