removed dynamic database prefix (#641)

This commit is contained in:
Kevin Papst
2019-03-13 15:17:18 +01:00
committed by GitHub
parent 19bfff9899
commit fb6bf4319f
10 changed files with 61 additions and 57 deletions

View File

@@ -1,4 +1,3 @@
DATABASE_PREFIX=abc_
MAILER_FROM=kimai@example.com
###> symfony/framework-bundle ###