Skip to content

Commit 08d26f5

Browse files
committed
removed the default api key of soundcloud because is no longer valid
1 parent 55dcc74 commit 08d26f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Api/Soundcloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class Soundcloud extends Provider implements ProviderInterface
1111
{
1212
protected $config = [
13-
'key' => 'YOUR_CLIENT_ID',
13+
'key' => null,
1414
];
1515

1616
/**

0 commit comments

Comments
 (0)