Skip to content

Commit

Permalink
Revert "Update Encrypter.php (#42370)" (#42372)
Browse files Browse the repository at this point in the history
This reverts commit eb5d3dd.
  • Loading branch information
taylorotwell authored May 12, 2022
1 parent eb5d3dd commit 016b0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Encryption/Encrypter.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function encryptString($value)
*/
public function decrypt($payload, $unserialize = true)
{
$payload = $this->getJsonPayload((string) $payload);
$payload = $this->getJsonPayload($payload);

$iv = base64_decode($payload['iv']);

Expand Down

0 comments on commit 016b0c1

Please sign in to comment.