diff --git a/apps/federatedfilesharing/lib/AppInfo/Application.php b/apps/federatedfilesharing/lib/AppInfo/Application.php index f38f583d85a96..20a8961c02e17 100644 --- a/apps/federatedfilesharing/lib/AppInfo/Application.php +++ b/apps/federatedfilesharing/lib/AppInfo/Application.php @@ -69,7 +69,8 @@ function () use ($container) { $server->getCloudFederationFactory(), $server->getCloudFederationProviderManager(), $server->getDatabaseConnection(), - $server->getGroupManager() + $server->getGroupManager(), + $server->getConfig() ); });