@@ -25,26 +25,26 @@ |
||
| 25 | 25 | |
| 26 | 26 | class EnterpriseBundle extends Bundle { |
| 27 | 27 | |
| 28 | - /** |
|
| 29 | - * {@inheritDoc} |
|
| 30 | - */ |
|
| 31 | - public function getName(): string { |
|
| 32 | - return $this->l10n->t('Enterprise bundle'); |
|
| 33 | - } |
|
| 28 | + /** |
|
| 29 | + * {@inheritDoc} |
|
| 30 | + */ |
|
| 31 | + public function getName(): string { |
|
| 32 | + return $this->l10n->t('Enterprise bundle'); |
|
| 33 | + } |
|
| 34 | 34 | |
| 35 | - /** |
|
| 36 | - * {@inheritDoc} |
|
| 37 | - */ |
|
| 38 | - public function getAppIdentifiers(): array { |
|
| 39 | - return [ |
|
| 40 | - 'admin_audit', |
|
| 41 | - 'user_ldap', |
|
| 42 | - 'files_retention', |
|
| 43 | - 'files_automatedtagging', |
|
| 44 | - 'user_saml', |
|
| 45 | - 'files_accesscontrol', |
|
| 46 | - 'terms_of_service', |
|
| 47 | - ]; |
|
| 48 | - } |
|
| 35 | + /** |
|
| 36 | + * {@inheritDoc} |
|
| 37 | + */ |
|
| 38 | + public function getAppIdentifiers(): array { |
|
| 39 | + return [ |
|
| 40 | + 'admin_audit', |
|
| 41 | + 'user_ldap', |
|
| 42 | + 'files_retention', |
|
| 43 | + 'files_automatedtagging', |
|
| 44 | + 'user_saml', |
|
| 45 | + 'files_accesscontrol', |
|
| 46 | + 'terms_of_service', |
|
| 47 | + ]; |
|
| 48 | + } |
|
| 49 | 49 | |
| 50 | 50 | } |