Skip to content

Commit cfef12e

Browse files
authored
Place cache files in storage/app
1 parent 0d4b968 commit cfef12e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Factories/PasswordExposedCheckerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function instance()
3434
private function getCacheDirectory()
3535
{
3636
if (function_exists('storage_path')) {
37-
return storage_path('password-exposed-cache/');
37+
return storage_path('app/password-exposed-cache/');
3838
}
3939

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

0 commit comments

Comments
 (0)