You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -42,14 +42,6 @@ public function getConfigTreeBuilder(): TreeBuilder
42
42
->ifNotInArray($supportedDrivers)
43
43
->thenInvalid('The driver %s is not supported. Please choose one of '.json_encode($supportedDrivers))
44
44
->end()
45
-
->validate()
46
-
->ifInArray(['couchdb'])
47
-
->then(function ($v) {
48
-
trigger_deprecation('friendsofsymfony/user-bundle', '3.3.0', 'The CouchDB ODM integration is deprecated because the CouchDB ODM itself is unmaintained.');
0 commit comments