Skip to content

Commit a708831

Browse files
committed
Merge pull request #80 from mburtscher/pass-imageconfig-from-adapter
Configuration of ImageInfo class must be passed correctly
2 parents bea61aa + a14c941 commit a708831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Adapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function getProviderIconsUrls()
281281
*/
282282
public function getProviderIcons()
283283
{
284-
return call_user_func("{$this->imageClass}::getImagesInfo", $this->getProviderIconsUrls());
284+
return call_user_func("{$this->imageClass}::getImagesInfo", $this->getProviderIconsUrls(), $this->imageConfig);
285285
}
286286

287287
/**

0 commit comments

Comments
 (0)