Skip to content

Commit

Permalink
closes #124
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Feb 15, 2021
1 parent 525051f commit 90b1434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Avatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function toBase64()

$this->buildAvatar();

$base64 = $this->image->encode('data-url');
$base64 = (string)$this->image->encode('data-url');

$this->cache->forever($key, $base64);

Expand Down

0 comments on commit 90b1434

Please sign in to comment.