Skip to content

Commit 3b24a4f

Browse files
committed
Fix autoloader
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 367be7c commit 3b24a4f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/composer/composer/autoload_classmap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -808,6 +808,7 @@
808808
'OC\\Command\\FileAccess' => $baseDir . '/lib/private/Command/FileAccess.php',
809809
'OC\\Command\\QueueBus' => $baseDir . '/lib/private/Command/QueueBus.php',
810810
'OC\\Comments\\Comment' => $baseDir . '/lib/private/Comments/Comment.php',
811+
'OC\\Comments\\EmojiHelper' => $baseDir . '/lib/private/Comments/EmojiHelper.php',
811812
'OC\\Comments\\Manager' => $baseDir . '/lib/private/Comments/Manager.php',
812813
'OC\\Comments\\ManagerFactory' => $baseDir . '/lib/private/Comments/ManagerFactory.php',
813814
'OC\\Config' => $baseDir . '/lib/private/Config.php',

lib/composer/composer/autoload_static.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ class ComposerStaticInit53792487c5a8370acc0b06b1a864ff4c
837837
'OC\\Command\\FileAccess' => __DIR__ . '/../../..' . '/lib/private/Command/FileAccess.php',
838838
'OC\\Command\\QueueBus' => __DIR__ . '/../../..' . '/lib/private/Command/QueueBus.php',
839839
'OC\\Comments\\Comment' => __DIR__ . '/../../..' . '/lib/private/Comments/Comment.php',
840+
'OC\\Comments\\EmojiHelper' => __DIR__ . '/../../..' . '/lib/private/Comments/EmojiHelper.php',
840841
'OC\\Comments\\Manager' => __DIR__ . '/../../..' . '/lib/private/Comments/Manager.php',
841842
'OC\\Comments\\ManagerFactory' => __DIR__ . '/../../..' . '/lib/private/Comments/ManagerFactory.php',
842843
'OC\\Config' => __DIR__ . '/../../..' . '/lib/private/Config.php',

0 commit comments

Comments
 (0)