Skip to content

Commit

Permalink
Place cache files in storage/app
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega authored Nov 27, 2018
1 parent 0d4b968 commit cfef12e
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 @@ -34,7 +34,7 @@ public function instance()
private function getCacheDirectory()
{
if (function_exists('storage_path')) {
return storage_path('password-exposed-cache/');
return storage_path('app/password-exposed-cache/');
}

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

0 comments on commit cfef12e

Please sign in to comment.