add deck and mail to the groupware bundle, remove talk

Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
pull/10731/head
Bjoern Schiessle 6 years ago
parent 3a44cce5cc
commit 325e8bea16
No known key found for this signature in database
GPG Key ID: 2378A753E2BF04F6

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

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

Loading…
Cancel
Save