Skip to content

Commit 4f91f35

Browse files
fix: recomendation risk
Co-authored-by: Michal Sniatala <[email protected]>
1 parent d8da41a commit 4f91f35

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/Config/Paths.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,10 @@ class Paths
8181
* ENVIRONMENT DIRECTORY NAME
8282
* ---------------------------------------------------------------
8383
*
84-
* This variable must contain the name of the directory for
85-
* environment files.
84+
* This variable must contain the name of the directory where
85+
* the .env file is located.
86+
* Please consider security implications when changing this
87+
* value - the directory should not be publicly accessible.
8688
*/
8789
public string $envDirectory = __DIR__ . '/../../';
8890
}

0 commit comments

Comments
 (0)