mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
chore(autoload_classmap): drop OC_JSON
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
7f9b9e9104
commit
2475a0bb19
1 changed files with 0 additions and 1 deletions
|
|
@ -2267,7 +2267,6 @@ return array(
|
|||
'OC_Defaults' => $baseDir . '/lib/private/legacy/OC_Defaults.php',
|
||||
'OC_Helper' => $baseDir . '/lib/private/legacy/OC_Helper.php',
|
||||
'OC_Hook' => $baseDir . '/lib/private/legacy/OC_Hook.php',
|
||||
'OC_JSON' => $baseDir . '/lib/private/legacy/OC_JSON.php',
|
||||
'OC_Template' => $baseDir . '/lib/private/legacy/OC_Template.php',
|
||||
'OC_User' => $baseDir . '/lib/private/legacy/OC_User.php',
|
||||
'OC_Util' => $baseDir . '/lib/private/legacy/OC_Util.php',
|
||||
|
|
|
|||
Loading…
Reference in a new issue