Skip to content

Commit

Permalink
fix: Add missing alias for IRichTextFormatter
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Sep 17, 2024
1 parent 70a886c commit 295eee6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/private/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,8 @@ public function __construct($webRoot, \OC\Config $config) {

$this->registerAlias(\OCP\Security\Ip\IFactory::class, \OC\Security\Ip\Factory::class);

$this->registerAlias(\OCP\RichObjectStrings\IRichTextFormatter::class, \OC\RichObjectStrings\RichTextFormatter::class);

$this->connectDispatcher();
}

Expand Down

0 comments on commit 295eee6

Please sign in to comment.