Skip to content

Commit b0d3d79

Browse files
committed
Merge branch 'master' of github.com:UWEnrollmentManagement/Encryption
2 parents 24834ee + df0c7d8 commit b0d3d79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Cipher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function decrypt($encryptedMessage) {
4545

4646
}
4747

48-
protected function decryptStream($encryptedStream) {
48+
public function decryptStream($encryptedStream) {
4949
if (is_null($encryptedStream)) {
5050
return null;
5151
} else {
@@ -83,4 +83,4 @@ public static function getInstance() {
8383

8484

8585

86-
}
86+
}

0 commit comments

Comments
 (0)