File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 12141214 'OC \\Core \\Command \\Maintenance \\RepairShareOwnership ' => $ baseDir . '/core/Command/Maintenance/RepairShareOwnership.php ' ,
12151215 'OC \\Core \\Command \\Maintenance \\UpdateHtaccess ' => $ baseDir . '/core/Command/Maintenance/UpdateHtaccess.php ' ,
12161216 'OC \\Core \\Command \\Maintenance \\UpdateTheme ' => $ baseDir . '/core/Command/Maintenance/UpdateTheme.php ' ,
1217+ 'OC \\Core \\Command \\Memcache \\DistributedClear ' => $ baseDir . '/core/Command/Memcache/DistributedClear.php ' ,
1218+ 'OC \\Core \\Command \\Memcache \\DistributedDelete ' => $ baseDir . '/core/Command/Memcache/DistributedDelete.php ' ,
1219+ 'OC \\Core \\Command \\Memcache \\DistributedGet ' => $ baseDir . '/core/Command/Memcache/DistributedGet.php ' ,
1220+ 'OC \\Core \\Command \\Memcache \\DistributedSet ' => $ baseDir . '/core/Command/Memcache/DistributedSet.php ' ,
12171221 'OC \\Core \\Command \\Preview \\Generate ' => $ baseDir . '/core/Command/Preview/Generate.php ' ,
12181222 'OC \\Core \\Command \\Preview \\Repair ' => $ baseDir . '/core/Command/Preview/Repair.php ' ,
12191223 'OC \\Core \\Command \\Preview \\ResetRenderedTexts ' => $ baseDir . '/core/Command/Preview/ResetRenderedTexts.php ' ,
Original file line number Diff line number Diff line change @@ -1247,6 +1247,10 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
12471247 'OC \\Core \\Command \\Maintenance \\RepairShareOwnership ' => __DIR__ . '/../../.. ' . '/core/Command/Maintenance/RepairShareOwnership.php ' ,
12481248 'OC \\Core \\Command \\Maintenance \\UpdateHtaccess ' => __DIR__ . '/../../.. ' . '/core/Command/Maintenance/UpdateHtaccess.php ' ,
12491249 'OC \\Core \\Command \\Maintenance \\UpdateTheme ' => __DIR__ . '/../../.. ' . '/core/Command/Maintenance/UpdateTheme.php ' ,
1250+ 'OC \\Core \\Command \\Memcache \\DistributedClear ' => __DIR__ . '/../../.. ' . '/core/Command/Memcache/DistributedClear.php ' ,
1251+ 'OC \\Core \\Command \\Memcache \\DistributedDelete ' => __DIR__ . '/../../.. ' . '/core/Command/Memcache/DistributedDelete.php ' ,
1252+ 'OC \\Core \\Command \\Memcache \\DistributedGet ' => __DIR__ . '/../../.. ' . '/core/Command/Memcache/DistributedGet.php ' ,
1253+ 'OC \\Core \\Command \\Memcache \\DistributedSet ' => __DIR__ . '/../../.. ' . '/core/Command/Memcache/DistributedSet.php ' ,
12501254 'OC \\Core \\Command \\Preview \\Generate ' => __DIR__ . '/../../.. ' . '/core/Command/Preview/Generate.php ' ,
12511255 'OC \\Core \\Command \\Preview \\Repair ' => __DIR__ . '/../../.. ' . '/core/Command/Preview/Repair.php ' ,
12521256 'OC \\Core \\Command \\Preview \\ResetRenderedTexts ' => __DIR__ . '/../../.. ' . '/core/Command/Preview/ResetRenderedTexts.php ' ,
You can’t perform that action at this time.
0 commit comments