Skip to content

Commit cd27eff

Browse files
committed
use https protocol for qricket
1 parent 2ef7b8e commit cd27eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Providers/Qr/QRicketProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ public function getUrl(string $qrText, int $size): string
4343
'd' => $qrText,
4444
);
4545

46-
return 'http://qrickit.com/api/qr?' . http_build_query($queryParameters);
46+
return 'https://qrickit.com/api/qr?' . http_build_query($queryParameters);
4747
}
4848
}

0 commit comments

Comments
 (0)