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 9ba8397 commit 451a393Copy full SHA for 451a393
1 file changed
src/Rah/Bitly/Localhost.php
@@ -43,6 +43,6 @@ public function __construct()
43
*/
44
public function update($event, $step, &$data): void
45
{
46
- $data['permlink'] = 'http://example.com/#' . $data['permlink'];
+ $data['permlink'] = 'https://example.com/#' . $data['permlink'];
47
}
48
0 commit comments