@@ -25,24 +25,24 @@ |
||
| 25 | 25 | |
| 26 | 26 | class EducationBundle extends Bundle { |
| 27 | 27 | |
| 28 | - /** |
|
| 29 | - * {@inheritDoc} |
|
| 30 | - */ |
|
| 31 | - public function getName() { |
|
| 32 | - return (string)$this->l10n->t('Education Edition'); |
|
| 33 | - } |
|
| 28 | + /** |
|
| 29 | + * {@inheritDoc} |
|
| 30 | + */ |
|
| 31 | + public function getName() { |
|
| 32 | + return (string)$this->l10n->t('Education Edition'); |
|
| 33 | + } |
|
| 34 | 34 | |
| 35 | - /** |
|
| 36 | - * {@inheritDoc} |
|
| 37 | - */ |
|
| 38 | - public function getAppIdentifiers() { |
|
| 39 | - return [ |
|
| 40 | - 'dashboard', |
|
| 41 | - 'circles', |
|
| 42 | - 'groupfolders', |
|
| 43 | - 'announcementcenter', |
|
| 44 | - 'quota_warning', |
|
| 45 | - 'user_saml', |
|
| 46 | - ]; |
|
| 47 | - } |
|
| 35 | + /** |
|
| 36 | + * {@inheritDoc} |
|
| 37 | + */ |
|
| 38 | + public function getAppIdentifiers() { |
|
| 39 | + return [ |
|
| 40 | + 'dashboard', |
|
| 41 | + 'circles', |
|
| 42 | + 'groupfolders', |
|
| 43 | + 'announcementcenter', |
|
| 44 | + 'quota_warning', |
|
| 45 | + 'user_saml', |
|
| 46 | + ]; |
|
| 47 | + } |
|
| 48 | 48 | } |