Skip to content

Commit e84a0d6

Browse files
committed
fixed php 5.3 support
1 parent 88646c4 commit e84a0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Adapters/Parleys.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Parleys extends Webpage implements AdapterInterface
1313
*/
1414
public static function check(Request $request)
1515
{
16-
return $request->match(['*://www.parleys.com/play/*']);
16+
return $request->match(array('*://www.parleys.com/play/*'));
1717
}
1818

1919
/**

0 commit comments

Comments
 (0)