File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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 ' ,
Original file line number Diff line number Diff 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 ' ,
You can’t perform that action at this time.
0 commit comments