Skip to content

Commit d93047c

Browse files
committed
fix: autoload and composer.lock content
Signed-off-by: Louis Chmn <louis@chmn.me>
1 parent 1c48481 commit d93047c

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

composer.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/composer/composer/autoload_classmap.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,10 @@
13521352
'OC\\Core\\Command\\Db\\ConvertFilecacheBigInt' => $baseDir . '/core/Command/Db/ConvertFilecacheBigInt.php',
13531353
'OC\\Core\\Command\\Db\\ConvertMysqlToMB4' => $baseDir . '/core/Command/Db/ConvertMysqlToMB4.php',
13541354
'OC\\Core\\Command\\Db\\ConvertType' => $baseDir . '/core/Command/Db/ConvertType.php',
1355+
'OC\\Core\\Command\\Db\\DbIndexUsage' => $baseDir . '/core/Command/Db/DbIndexUsage.php',
1356+
'OC\\Core\\Command\\Db\\DbInfo' => $baseDir . '/core/Command/Db/DbInfo.php',
1357+
'OC\\Core\\Command\\Db\\DbLocks' => $baseDir . '/core/Command/Db/DbLocks.php',
1358+
'OC\\Core\\Command\\Db\\DbSize' => $baseDir . '/core/Command/Db/DbSize.php',
13551359
'OC\\Core\\Command\\Db\\ExpectedSchema' => $baseDir . '/core/Command/Db/ExpectedSchema.php',
13561360
'OC\\Core\\Command\\Db\\ExportSchema' => $baseDir . '/core/Command/Db/ExportSchema.php',
13571361
'OC\\Core\\Command\\Db\\Migrations\\ExecuteCommand' => $baseDir . '/core/Command/Db/Migrations/ExecuteCommand.php',

lib/composer/composer/autoload_static.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,6 +1393,10 @@ class ComposerStaticInit749170dad3f5e7f9ca158f5a9f04f6a2
13931393
'OC\\Core\\Command\\Db\\ConvertFilecacheBigInt' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertFilecacheBigInt.php',
13941394
'OC\\Core\\Command\\Db\\ConvertMysqlToMB4' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertMysqlToMB4.php',
13951395
'OC\\Core\\Command\\Db\\ConvertType' => __DIR__ . '/../../..' . '/core/Command/Db/ConvertType.php',
1396+
'OC\\Core\\Command\\Db\\DbIndexUsage' => __DIR__ . '/../../..' . '/core/Command/Db/DbIndexUsage.php',
1397+
'OC\\Core\\Command\\Db\\DbInfo' => __DIR__ . '/../../..' . '/core/Command/Db/DbInfo.php',
1398+
'OC\\Core\\Command\\Db\\DbLocks' => __DIR__ . '/../../..' . '/core/Command/Db/DbLocks.php',
1399+
'OC\\Core\\Command\\Db\\DbSize' => __DIR__ . '/../../..' . '/core/Command/Db/DbSize.php',
13961400
'OC\\Core\\Command\\Db\\ExpectedSchema' => __DIR__ . '/../../..' . '/core/Command/Db/ExpectedSchema.php',
13971401
'OC\\Core\\Command\\Db\\ExportSchema' => __DIR__ . '/../../..' . '/core/Command/Db/ExportSchema.php',
13981402
'OC\\Core\\Command\\Db\\Migrations\\ExecuteCommand' => __DIR__ . '/../../..' . '/core/Command/Db/Migrations/ExecuteCommand.php',

0 commit comments

Comments
 (0)