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

Commit 85d01a1

Browse files
committed
Fix ability to uncomment the sqlite path easily
1 parent d8bc3fa commit 85d01a1

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
@@ -54,7 +54,7 @@ doctrine:
5454
# e.g. database_path: "%kernel.root_dir%/data/data.db3"
5555
# 2. Uncomment database_path in parameters.yml.dist
5656
# 3. Uncomment next line:
57-
# path: "%database_path%"
57+
#path: "%database_path%"
5858

5959
orm:
6060
auto_generate_proxy_classes: "%kernel.debug%"

0 commit comments

Comments
 (0)