From ae24b2108f4806cba3d5b8c20a6e94c83fe253f3 Mon Sep 17 00:00:00 2001 From: Zoefschildpad <59833909+Zoefschildpad@users.noreply.github.com> Date: Sat, 5 Sep 2020 15:53:15 +0200 Subject: [PATCH] Fixed an issue where the fallback config failed to load. (#27) Co-authored-by: Bart Hijmans --- src/Gravatar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gravatar.php b/src/Gravatar.php index 415cde2..6a44739 100644 --- a/src/Gravatar.php +++ b/src/Gravatar.php @@ -41,7 +41,7 @@ class Gravatar /** * @var string|false */ - private $fallback; + private $fallback = false; /** * Override the default image fallback set in the config.