Skip to content

Commit f63b478

Browse files
committed
Removed the unnided 777 permision.
1 parent 781a2e2 commit f63b478

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Cache.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ protected function createDirectory($basePath)
3232
return false;
3333
}
3434

35-
if (!chmod($basePath, 0777)) {
36-
return false;
37-
}
38-
3935
return true;
4036
}
4137

0 commit comments

Comments
 (0)