From 63900d0574e30a10ef1943f672d6884ccb3fceab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 24 Mar 2020 09:18:42 +0100 Subject: [PATCH] Remove admin_notifications since it is obsolete since Nextcloud 14 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- lib/private/App/AppStore/Bundles/EducationBundle.php | 1 - tests/lib/App/AppStore/Bundles/EducationBundleTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/private/App/AppStore/Bundles/EducationBundle.php b/lib/private/App/AppStore/Bundles/EducationBundle.php index d848befc56..2d1968772d 100644 --- a/lib/private/App/AppStore/Bundles/EducationBundle.php +++ b/lib/private/App/AppStore/Bundles/EducationBundle.php @@ -42,7 +42,6 @@ class EducationBundle extends Bundle { 'circles', 'groupfolders', 'announcementcenter', - 'admin_notifications', 'quota_warning', 'orcid', 'user_saml', diff --git a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php index 1c5d2a480e..bdbc3f172b 100644 --- a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php +++ b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php @@ -35,7 +35,6 @@ class EducationBundleTest extends BundleBase { 'circles', 'groupfolders', 'announcementcenter', - 'admin_notifications', 'quota_warning', 'orcid', 'user_saml',