Skip to content

Commit

Permalink
Merge 3c1e5f6 into ebd1f7b
Browse files Browse the repository at this point in the history
  • Loading branch information
echernyavskiy committed Apr 1, 2017
2 parents ebd1f7b + 3c1e5f6 commit 4caa44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Adapter/File.php
Expand Up @@ -144,7 +144,7 @@ protected function getFileName($key)

protected function getValueFromCache($key)
{
$path = $this->getFileName($this->getKey($key));
$path = $this->getFileName($key);

if (!file_exists($path)) {
return;
Expand Down

0 comments on commit 4caa44b

Please sign in to comment.