Add spreed to Groupware bundle

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-04-26 01:04:42 +02:00
parent 0651d66181
commit a05295fca3
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
2 changed files with 2 additions and 0 deletions

View File

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

View File

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