Content
View differences
Updated by Swikriti Tripathi over 2 years ago
We have some functions that require the classes of other nextcloud apps like groupfolders dependent classes and as we are supporting 3 major versions of the nextcloud server, the parameters to of the class classes constructors may change according to the server's version. Currently, we are determining the version of the nextcloud and providing parameters based on that but maybe we should use dependency injection like in PR [https://github.com/nextcloud/integration\_openproject/pull/502](https://github.com/nextcloud/integration_openproject/pull/502)