File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 <admin-section >OCA\Settings\Sections\Admin\Additional</admin-section >
3939 <admin-section >OCA\Settings\Sections\Admin\Delegation</admin-section >
4040 <admin-section >OCA\Settings\Sections\Admin\Groupware</admin-section >
41+ <admin-section >OCA\Settings\Sections\Admin\Office</admin-section >
4142 <admin-section >OCA\Settings\Sections\Admin\Overview</admin-section >
4243 <admin-section >OCA\Settings\Sections\Admin\Presets</admin-section >
4344 <admin-section >OCA\Settings\Sections\Admin\ArtificialIntelligence</admin-section >
Original file line number Diff line number Diff line change 5353 'OCA \\Settings \\Sections \\Admin \\ArtificialIntelligence ' => $ baseDir . '/../lib/Sections/Admin/ArtificialIntelligence.php ' ,
5454 'OCA \\Settings \\Sections \\Admin \\Delegation ' => $ baseDir . '/../lib/Sections/Admin/Delegation.php ' ,
5555 'OCA \\Settings \\Sections \\Admin \\Groupware ' => $ baseDir . '/../lib/Sections/Admin/Groupware.php ' ,
56- 'OCA \\Settings \\Sections \\Admin \\Office ' => $ baseDir . '/../lib/Sections/Admin/Office.php ' ,
56+ 'OCA \\Settings \\Sections \\Admin \\Office ' => $ baseDir . '/../lib/Sections/Admin/Office.php ' ,
5757 'OCA \\Settings \\Sections \\Admin \\Overview ' => $ baseDir . '/../lib/Sections/Admin/Overview.php ' ,
5858 'OCA \\Settings \\Sections \\Admin \\Presets ' => $ baseDir . '/../lib/Sections/Admin/Presets.php ' ,
5959 'OCA \\Settings \\Sections \\Admin \\Security ' => $ baseDir . '/../lib/Sections/Admin/Security.php ' ,
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class ComposerStaticInitSettings
6868 'OCA \\Settings \\Sections \\Admin \\ArtificialIntelligence ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/ArtificialIntelligence.php ' ,
6969 'OCA \\Settings \\Sections \\Admin \\Delegation ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Delegation.php ' ,
7070 'OCA \\Settings \\Sections \\Admin \\Groupware ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Groupware.php ' ,
71- 'OCA \\Settings \\Sections \\Admin \\Office ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Office.php ' ,
71+ 'OCA \\Settings \\Sections \\Admin \\Office ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Office.php ' ,
7272 'OCA \\Settings \\Sections \\Admin \\Overview ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Overview.php ' ,
7373 'OCA \\Settings \\Sections \\Admin \\Presets ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Presets.php ' ,
7474 'OCA \\Settings \\Sections \\Admin \\Security ' => __DIR__ . '/.. ' . '/../lib/Sections/Admin/Security.php ' ,
Original file line number Diff line number Diff line change 66 * SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
77 * SPDX-License-Identifier: AGPL-3.0-or-later
88 */
9+
910namespace OCA \Settings \Sections \Admin ;
1011
1112use OCP \IL10N ;
You can’t perform that action at this time.
0 commit comments