Merge pull request #10731 from nextcloud/update-bundles
add deck and mail to the groupware bundle, remove talk
This commit is contained in:
commit
20aa21c908
|
@ -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…
Reference in New Issue