Skip to content

Commit 358d286

Browse files
committed
fixed providerIcon
1 parent 209bb37 commit 358d286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function getUrl()
9898
/**
9999
* {@inheritdoc}
100100
*/
101-
public function getProviderIcons()
101+
public function getProviderIconsUrls()
102102
{
103103
return (array) $this->bag->get('icons') ?: [];
104104
}

0 commit comments

Comments
 (0)