Skip to content

Commit 021a7ae

Browse files
committed
fixed google plus images fetching #126
1 parent 50ad3bc commit 021a7ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Adapters/Google.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ public function getCode()
6565
*/
6666
public function getImagesUrls()
6767
{
68+
if ($this->request->getHost() === 'plus.google.com') {
69+
return parent::getImagesUrls();
70+
}
71+
6872
return [];
6973
}
7074

0 commit comments

Comments
 (0)