add deck and mail to the groupware bundle, remove talk

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
Bjoern Schiessle 2018-08-17 13:27:48 +02:00
parent 3a44cce5cc
commit 325e8bea16
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6
2 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,8 @@ class GroupwareBundle extends Bundle {
return [
'calendar',
'contacts',
'spreed',
'deck',
'mail'
];
}

View File

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