Skip to content

Commit

Permalink
[BUGFIX] Dynamic call to static method
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed May 19, 2023
1 parent 48f5986 commit 718bbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/AvatarProvider/GravatarProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ final public function __construct()
);
$this->avatarResourceResolver = GeneralUtility::makeInstance(
GravatarResourceResolver::class,
GeneralUtility::makeInstance(GuzzleClientFactory::class)->getClient(),
GeneralUtility::makeInstance(GuzzleClientFactory::class)::getClient(),
GeneralUtility::makeInstance(RequestFactory::class)
);

Expand Down

0 comments on commit 718bbf2

Please sign in to comment.