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.
storage/app
1 parent 0d4b968 commit cfef12eCopy full SHA for cfef12e
src/Factories/PasswordExposedCheckerFactory.php
@@ -34,7 +34,7 @@ public function instance()
34
private function getCacheDirectory()
35
{
36
if (function_exists('storage_path')) {
37
- return storage_path('password-exposed-cache/');
+ return storage_path('app/password-exposed-cache/');
38
}
39
40
return sys_get_temp_dir().'/password-exposed-cache/';
0 commit comments