Skip to content

Commit

Permalink
Fixes missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jan 30, 2023
1 parent 689e637 commit 8454004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Cache/FileStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ protected function getPayload($key)
}

$e = null;
$data = false;

try {
$data = unserialize(substr($contents, 10));
Expand Down

0 comments on commit 8454004

Please sign in to comment.