Skip to content

Commit

Permalink
Comments manager is uing the PSR logger now
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Oct 7, 2020
1 parent c4561e8 commit 51773d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Chat/CommentsManager.php
Expand Up @@ -30,7 +30,7 @@
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\IConfig;
use OCP\IDBConnection;
use OCP\ILogger;
use Psr\Log\LoggerInterface;

class CommentsManager extends Manager {

Expand All @@ -39,7 +39,7 @@ class CommentsManager extends Manager {

public function __construct(
IDBConnection $db,
ILogger $logger,
LoggerInterface $logger,
IConfig $config,
ITimeFactory $timeFactory
) {
Expand Down

0 comments on commit 51773d0

Please sign in to comment.