We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d3254 commit 3db7310Copy full SHA for 3db7310
src/Adapters/Google.php
@@ -17,7 +17,7 @@ public static function check(Request $request)
17
{
18
return $request->match([
19
'https://maps.google.*',
20
- 'https://www.google.com/maps*',
+ 'https://www.google.*/maps*',
21
]);
22
}
23
tests/GoogleTest.php
@@ -7,6 +7,6 @@ public function testMap()
7
8
$this->assertEquals($info->title, 'Google Maps');
9
$this->assertEquals($info->type, 'rich');
10
- $this->assertEquals($info->providerName, 'google');
+ $this->assertEquals($info->providerName, 'Google Maps');
11
12
0 commit comments