Skip to content

Commit 44297c9

Browse files
committed
fix
1 parent 5a17bdf commit 44297c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/OEmbed/Iframely.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ public static function getEndPoint(Url $url)
1919
*/
2020
public static function getPatterns()
2121
{
22-
return '*';
22+
return ['*'];
2323
}
2424
}

0 commit comments

Comments
 (0)