8000 minor #1033 Fix ability to uncomment the sqlite path easily (chalasr) · symfony/symfony-standard@7d56981 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 7d56981

Browse files
committed
minor #1033 Fix ability to uncomment the sqlite path easily (chalasr)
This PR was submitted for the 2.3 branch but it was merged into the 2.7 branch instead (closes #1033). Discussion ---------- Fix ability to uncomment the sqlite path easily So both key and value are aligned to the previous config line using the uncomment shortcut of IDEs Commits ------- 770b121 Fix ability to uncomment the sqlite path easily
2 parents c617fff + 770b121 commit 7d56981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ doctrine:
6363
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
6464
# 2. Uncomment database_path in parameters.yml.dist
6565
# 3. Uncomment next line:
66-
# path: "%database_path%"
66+
#path: "%database_path%"
6767

6868
orm:
6969
auto_generate_proxy_classes: "%kernel.debug%"

0 commit comments

Comments
 (0)
0