Skip to content

Commit

Permalink
Clean All Matching fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JRSaunders committed Oct 15, 2020
1 parent 19942f4 commit e46900a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PdoCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function clean( string $key ): bool {
if ( file_exists( $filename ) ) {
return unlink( $filename );
}
return false;
}

/**
Expand Down

0 comments on commit e46900a

Please sign in to comment.