Skip to content

Commit

Permalink
[Fix] Conditioning the use of encryption
Browse files Browse the repository at this point in the history
  • Loading branch information
refkinscallv committed Aug 24, 2024
1 parent 2e9a5e2 commit 3b9b1a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ public function __construct(array $args = []) {

if ($this->cookieEncrypt) {
$this->crypto = new Crypto($this->cookieEncrypt);
} else {
$this->crypto = null;
}
}

Expand Down

0 comments on commit 3b9b1a1

Please sign in to comment.