Merge pull request #20759 from nextcloud/up/education-bundle

Update education bundle
This commit is contained in:
Roeland Jago Douma 2020-05-01 13:34:39 +02:00 committed by GitHub
commit 91487d8739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -37,13 +37,11 @@ class EducationBundle extends Bundle {
*/
public function getAppIdentifiers() {
return [
'zenodo',
'dashboard',
'circles',
'groupfolders',
'announcementcenter',
'quota_warning',
'orcid',
'user_saml',
];
}

View File

@ -30,13 +30,11 @@ class EducationBundleTest extends BundleBase {
$this->bundleIdentifier = 'EducationBundle';
$this->bundleName = 'Education Edition';
$this->bundleAppIds = [
'zenodo',
'dashboard',
'circles',
'groupfolders',
'announcementcenter',
'quota_warning',
'orcid',
'user_saml',
];
}