8000 %kernel.root_dir%/app/data/data.sqlite -> %kernel.root_dir%/data/data… · symfony/symfony-docs@048579b · GitHub
[go: up one dir, main page]

Skip to content

Commit 048579b

Browse files
javiereguiluzxabbuh
authored andcommitted
%kernel.root_dir%/app/data/data.sqlite -> %kernel.root_dir%/data/data.sqlite
1 parent e1115e5 commit 048579b

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
@@ -203,7 +203,7 @@ Full Default Configuration
203203
password="secret"
204204
driver="pdo_mysql"
205205
driver-class="MyNamespace\MyDriverImpl"
206-
path="%kernel.root_dir%/app/data/data.sqlite"
206+
path="%kernel.root_dir%/data/data.sqlite"
207207
memory="true"
208208
unix-socket="/tmp/mysql.sock"
209209
wrapper-class="MyDoctrineDbalConnectionWrapper"

0 commit comments

Comments
 (0)
0