From d37a5e45eb03dad51d8a98e231e9f9ee4742c08a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 11 Oct 2021 16:57:03 +0200 Subject: [PATCH] wip #4765 --- config/backpack/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/backpack/base.php b/config/backpack/base.php index d069ee7..6a0288b 100644 --- a/config/backpack/base.php +++ b/config/backpack/base.php @@ -234,7 +234,7 @@ return [ // Other options: // - placehold (generic image with his first letter) // - example_method_name (specify the method on the User model that returns the URL) - 'avatar_type' => 'gravatar', + 'avatar_type' => 'getAvatar', /* |-------------------------------------------------------------------------- -- 2.39.5