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 3030 'OCA \\Richdocuments \\Controller \\TemplateFieldController ' => $ baseDir . '/../lib/Controller/TemplateFieldController.php ' ,
3131 'OCA \\Richdocuments \\Controller \\TemplatesController ' => $ baseDir . '/../lib/Controller/TemplatesController.php ' ,
3232 'OCA \\Richdocuments \\Controller \\WopiController ' => $ baseDir . '/../lib/Controller/WopiController.php ' ,
33+ 'OCA \\Richdocuments \\Conversion \\ConversionProvider ' => $ baseDir . '/../lib/Conversion/ConversionProvider.php ' ,
3334 'OCA \\Richdocuments \\Db \\Asset ' => $ baseDir . '/../lib/Db/Asset.php ' ,
3435 'OCA \\Richdocuments \\Db \\AssetMapper ' => $ baseDir . '/../lib/Db/AssetMapper.php ' ,
3536 'OCA \\Richdocuments \\Db \\Direct ' => $ baseDir . '/../lib/Db/Direct.php ' ,
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ class ComposerStaticInitRichdocuments
6363 'OCA \\Richdocuments \\Controller \\TemplateFieldController ' => __DIR__ . '/.. ' . '/../lib/Controller/TemplateFieldController.php ' ,
6464 'OCA \\Richdocuments \\Controller \\TemplatesController ' => __DIR__ . '/.. ' . '/../lib/Controller/TemplatesController.php ' ,
6565 'OCA \\Richdocuments \\Controller \\WopiController ' => __DIR__ . '/.. ' . '/../lib/Controller/WopiController.php ' ,
66+ 'OCA \\Richdocuments \\Conversion \\ConversionProvider ' => __DIR__ . '/.. ' . '/../lib/Conversion/ConversionProvider.php ' ,
6667 'OCA \\Richdocuments \\Db \\Asset ' => __DIR__ . '/.. ' . '/../lib/Db/Asset.php ' ,
6768 'OCA \\Richdocuments \\Db \\AssetMapper ' => __DIR__ . '/.. ' . '/../lib/Db/AssetMapper.php ' ,
6869 'OCA \\Richdocuments \\Db \\Direct ' => __DIR__ . '/.. ' . '/../lib/Db/Direct.php ' ,
You can’t perform that action at this time.
0 commit comments