From e1d39658834a96aae88cc81c84d67add2ec43430 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 9 Aug 2018 16:12:48 +0200 Subject: Add the ToS app to the enterprise bundle Signed-off-by: Joas Schilling --- lib/private/App/AppStore/Bundles/EnterpriseBundle.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'lib/private') diff --git a/lib/private/App/AppStore/Bundles/EnterpriseBundle.php b/lib/private/App/AppStore/Bundles/EnterpriseBundle.php index d32fd8c856e..96ede656dae 100644 --- a/lib/private/App/AppStore/Bundles/EnterpriseBundle.php +++ b/lib/private/App/AppStore/Bundles/EnterpriseBundle.php @@ -28,14 +28,14 @@ class EnterpriseBundle extends Bundle { /** * {@inheritDoc} */ - public function getName() { - return (string)$this->l10n->t('Enterprise bundle'); + public function getName(): string { + return $this->l10n->t('Enterprise bundle'); } /** * {@inheritDoc} */ - public function getAppIdentifiers() { + public function getAppIdentifiers(): array { return [ 'admin_audit', 'user_ldap', @@ -43,6 +43,7 @@ class EnterpriseBundle extends Bundle { 'files_automatedtagging', 'user_saml', 'files_accesscontrol', + 'terms_of_service', ]; } -- cgit v1.2.3