We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e0e5bf + f73072b commit 0d4b968Copy full SHA for 0d4b968
src/Factories/PasswordExposedCheckerFactory.php
@@ -36,7 +36,7 @@ private function getCacheDirectory()
36
if (function_exists('storage_path')) {
37
return storage_path('password-exposed-cache/');
38
}
39
-
+
40
return sys_get_temp_dir().'/password-exposed-cache/';
41
42
0 commit comments