Skip to content

Commit a14c941

Browse files
committed
Passed configuration to ImageInfo class from Adapter
1 parent bea61aa commit a14c941

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)