Skip to content

Commit

Permalink
Merge a072a7c into 1f1b49e
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Oct 5, 2018
2 parents 1f1b49e + a072a7c commit 4354948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PasswordExposedChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(Client $client = null, CacheItemPool $cache = null,
if (!$cache) {
$cache = new CacheItemPool();
$cache->changeConfig([
'cacheDirectory' => '/tmp/password-exposed-cache/',
'cacheDirectory' => sys_get_temp_dir().'/password-exposed-cache/',
]);
}
$this->cache = $cache;
Expand Down

0 comments on commit 4354948

Please sign in to comment.