X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ca98155373e759b65d2e62558c97a68f7158c704..refs/pull/5313/head:/app/Uploads/UserAvatars.php diff --git a/app/Uploads/UserAvatars.php b/app/Uploads/UserAvatars.php index 0cda31a1c..c62324735 100644 --- a/app/Uploads/UserAvatars.php +++ b/app/Uploads/UserAvatars.php @@ -127,7 +127,7 @@ class UserAvatars /** * Check if fetching external avatars is enabled. */ - protected function avatarFetchEnabled(): bool + public function avatarFetchEnabled(): bool { $fetchUrl = $this->getAvatarUrl(); @@ -137,7 +137,7 @@ class UserAvatars /** * Get the URL to fetch avatars from. */ - protected function getAvatarUrl(): string + public function getAvatarUrl(): string { $configOption = config('services.avatar_url'); if ($configOption === false) {