]> source.dussan.org Git - nextcloud-server.git/commit
remove ReconnectWrapper 25549/head
authorRobin Appelman <robin@icewind.nl>
Tue, 9 Feb 2021 15:12:15 +0000 (16:12 +0100)
committerRobin Appelman <robin@icewind.nl>
Tue, 9 Feb 2021 15:40:09 +0000 (16:40 +0100)
commit111fa47f104522d88bab6619dcf1f761dd814b4b
treebda69bcd4150da85ffe71430c5d14824f1516eb4
parentf797a943936fc1bee9ccc0a893bd41a90416436d
remove ReconnectWrapper

dbal now handles it's own reconnections: https://github.com/doctrine/dbal/blob/3.0.x/UPGRADE.md#the-pingableconnection-interface-is-removed

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/DB/Connection.php
lib/private/DB/ReconnectWrapper.php [deleted file]