Skip to content

Commit

Permalink
Fixed an issue where the fallback config failed to load. (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Hijmans <[email protected]>
  • Loading branch information
bjhijmans and Bart Hijmans authored Sep 5, 2020
1 parent 9057d98 commit ae24b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gravatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Gravatar
/**
* @var string|false
*/
private $fallback;
private $fallback = false;

/**
* Override the default image fallback set in the config.
Expand Down

0 comments on commit ae24b21

Please sign in to comment.