forked from wallabag/wallabag
Remove custom Postgres class
Because PG > 10 is now supported by DBAL >= 2.6.0
This commit is contained in:
@ -46,7 +46,6 @@ twig:
|
||||
doctrine:
|
||||
dbal:
|
||||
driver: "%database_driver%"
|
||||
driver_class: "%database_driver_class%"
|
||||
host: "%database_host%"
|
||||
port: "%database_port%"
|
||||
dbname: "%database_name%"
|
||||
|
||||
Reference in New Issue
Block a user