Add spreed to Groupware bundle

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/4454/head
Lukas Reschke 8 years ago
parent 0651d66181
commit a05295fca3
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 1
      lib/private/App/AppStore/Bundles/GroupwareBundle.php
  2. 1
      tests/lib/App/AppStore/Bundles/GroupwareBundleTest.php

@ -37,6 +37,7 @@ class GroupwareBundle extends Bundle {
return [
'calendar',
'contacts',
'spreed',
];
}

@ -32,6 +32,7 @@ class GroupwareBundleTest extends BundleBase {
$this->bundleAppIds = [
'calendar',
'contacts',
'spreed',
];
}
}

Loading…
Cancel
Save