Skip to content

Commit

Permalink
Coding style fix for merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed May 8, 2014
1 parent 13c164e commit 513d46e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cache/AbstractCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ public function delete($path)
if (isset($this->cache[$path])) {
unset($this->cache[$path]);
}

$this->autosave();

return $this;
Expand Down

0 comments on commit 513d46e

Please sign in to comment.