Remove custom Postgres class

Because PG > 10 is now supported by DBAL >= 2.6.0
This commit is contained in:
Jeremy Benoist
2018-11-26 20:02:15 +01:00
parent db9b6d8d0d
commit 1b6b77f029
9 changed files with 0 additions and 71 deletions

View File

@ -24,7 +24,6 @@ swiftmailer:
doctrine:
dbal:
driver: "%test_database_driver%"
driver_class: "%test_database_driver_class%"
host: "%test_database_host%"
port: "%test_database_port%"
dbname: "%test_database_name%"