Skip to content

Commit

Permalink
Removed the unnided 777 permision.
Browse files Browse the repository at this point in the history
  • Loading branch information
eadesignro committed Mar 24, 2019
1 parent 781a2e2 commit f63b478
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ protected function createDirectory($basePath)
return false;
}

if (!chmod($basePath, 0777)) {
return false;
}

return true;
}

Expand Down

0 comments on commit f63b478

Please sign in to comment.