Skip to content

Commit ce1e213

Browse files
rullzerskjnldsv
authored andcommitted
Bump autoloader
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 7aed47f commit ce1e213

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/composer/composer/autoload_classmap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
'OC\\Memcache\\Memcached' => $baseDir . '/lib/private/Memcache/Memcached.php',
831831
'OC\\Memcache\\NullCache' => $baseDir . '/lib/private/Memcache/NullCache.php',
832832
'OC\\Memcache\\Redis' => $baseDir . '/lib/private/Memcache/Redis.php',
833+
'OC\\MemoryInfo' => $baseDir . '/lib/private/MemoryInfo.php',
833834
'OC\\Migration\\BackgroundRepair' => $baseDir . '/lib/private/Migration/BackgroundRepair.php',
834835
'OC\\Migration\\ConsoleOutput' => $baseDir . '/lib/private/Migration/ConsoleOutput.php',
835836
'OC\\Migration\\SimpleOutput' => $baseDir . '/lib/private/Migration/SimpleOutput.php',

lib/composer/composer/autoload_static.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
860860
'OC\\Memcache\\Memcached' => __DIR__ . '/../../..' . '/lib/private/Memcache/Memcached.php',
861861
'OC\\Memcache\\NullCache' => __DIR__ . '/../../..' . '/lib/private/Memcache/NullCache.php',
862862
'OC\\Memcache\\Redis' => __DIR__ . '/../../..' . '/lib/private/Memcache/Redis.php',
863+
'OC\\MemoryInfo' => __DIR__ . '/../../..' . '/lib/private/MemoryInfo.php',
863864
'OC\\Migration\\BackgroundRepair' => __DIR__ . '/../../..' . '/lib/private/Migration/BackgroundRepair.php',
864865
'OC\\Migration\\ConsoleOutput' => __DIR__ . '/../../..' . '/lib/private/Migration/ConsoleOutput.php',
865866
'OC\\Migration\\SimpleOutput' => __DIR__ . '/../../..' . '/lib/private/Migration/SimpleOutput.php',

0 commit comments

Comments
 (0)