10000 Fixed a path · symfony/symfony-docs@3c0ba11 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c0ba11

Browse files
Fixed a path
1 parent b49da4a commit 3c0ba11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/doctrine.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ The following block shows all possible configuration keys:
398398
# the DBAL driverOptions option
399399
options:
400400
foo: bar
401-
path: '%kernel.project_dir%ta/data.sqlite'
401+
path: '%kernel.project_dir%/app/data/data.sqlite'
402402
memory: true
403403
unix_socket: /tmp/mysql.sock
404404
# the DBAL wrapperClass option

0 commit comments

Comments
 (0)
0