Skip to content

Commit d1aae1d

Browse files
Update app/Config/Paths.php
Co-authored-by: Michal Sniatala <[email protected]>
1 parent 23c6881 commit d1aae1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Config/Paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ class Paths
8484
* This variable must contain the name of the directory for
8585
* environment files.
8686
*/
87-
public string $environmentDirectory = __DIR__ . '/../../';
87+
public string $envDirectory = __DIR__ . '/../../';
8888
}

0 commit comments

Comments
 (0)