Merge pull request #10731 from nextcloud/update-bundles

add deck and mail to the groupware bundle, remove talk
This commit is contained in:
Björn Schießle 2018-08-17 15:08:29 +02:00 committed by GitHub
commit 20aa21c908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'
];
}
}