Skip to content

Commit 7e70e7a

Browse files
Remove APP_PROJECT_DIR from APP_SHARE_DIR in .env (#1483)
1 parent 74391ce commit 7e70e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/7.4/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"env": {
1616
"APP_ENV": "dev",
1717
"APP_SECRET": "",
18-
"APP_SHARE_DIR": "$APP_PROJECT_DIR/var/share"
18+
"APP_SHARE_DIR": "%VAR_DIR%/share"
1919
},
2020
"dotenv": {
2121
"dev": {

0 commit comments

Comments
 (0)