Skip to content

Commit a1d55d0

Browse files
committed
minor #390 Remove obsolete code (fabpot)
This PR was merged into the master branch. Discussion ---------- Remove obsolete code Now that Doctrine DBAL 2.5.5 is out, I think we can remove this "hack". Also because the config value is different from the one recommended and commented in the main config, which might confuse people. Commits ------- efb8582 Remove obsolete code
2 parents 8f40b6f + efb8582 commit a1d55d0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/config/config_dev.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ framework:
77
strict_requirements: true
88
profiler: { only_exceptions: false }
99

10-
# remove next 4 lines if you are not using standard SQLite database but e.g. MySQL
11-
doctrine:
12-
dbal:
13-
# temp workaround for https://github.com/doctrine/dbal/issues/1106: define DB path here
14-
path: "%kernel.root_dir%/data/blog.sqlite"
15-
1610
web_profiler:
1711
toolbar: '%kernel.debug%'
1812
intercept_redirects: false

0 commit comments

Comments
 (0)