Skip to content

Commit

Permalink
Merge pull request #9 from DivineOmega/analysis-8j5W6y
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
DivineOmega committed Nov 16, 2018
2 parents 1e0e5bf + f73072b commit 0d4b968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factories/PasswordExposedCheckerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private function getCacheDirectory()
if (function_exists('storage_path')) {
return storage_path('password-exposed-cache/');
}

return sys_get_temp_dir().'/password-exposed-cache/';
}
}

0 comments on commit 0d4b968

Please sign in to comment.