Skip to content

Commit 73671bc

Browse files
authored
Fixed protocol
1 parent 2fb9b58 commit 73671bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/OEmbed/Soundcloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
class Soundcloud extends EndPoint implements EndPointInterface
66
{
77
protected static $pattern = 'soundcloud.com/*';
8-
protected static $endPoint = 'http://soundcloud.com/oembed';
8+
protected static $endPoint = 'https://soundcloud.com/oembed';
99
}

0 commit comments

Comments
 (0)