Skip to content

Commit e8f94d8

Browse files
committed
Google maps fixed
1 parent 504129b commit e8f94d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Embed/Adapters/Google.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class Google extends Webpage implements AdapterInterface
1313
public static function check(Request $request)
1414
{
1515
return $request->match(array(
16+
'https://maps.google.*',
1617
'https://www.google.com/maps*'
1718
));
1819
}

0 commit comments

Comments
 (0)