mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #20759 from nextcloud/up/education-bundle
Update education bundle
This commit is contained in:
commit
91487d8739
2 changed files with 0 additions and 4 deletions
|
|
@ -37,13 +37,11 @@ class EducationBundle extends Bundle {
|
|||
*/
|
||||
public function getAppIdentifiers() {
|
||||
return [
|
||||
'zenodo',
|
||||
'dashboard',
|
||||
'circles',
|
||||
'groupfolders',
|
||||
'announcementcenter',
|
||||
'quota_warning',
|
||||
'orcid',
|
||||
'user_saml',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue