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 5a17bdf commit 44297c9Copy full SHA for 44297c9
src/Providers/OEmbed/Iframely.php
@@ -19,6 +19,6 @@ public static function getEndPoint(Url $url)
19
*/
20
public static function getPatterns()
21
{
22
- return '*';
+ return ['*'];
23
}
24
0 commit comments