Skip to content

Commit 55dca74

Browse files
committed
fix: Use proper relative path
Signed-off-by: Julius Härtl <[email protected]>
1 parent a7a15f6 commit 55dca74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/NoteUtil.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(
2828
IDBConnection $db,
2929
TagService $tagService,
3030
IManager $shareManager,
31-
IUserSession $userSession
31+
IUserSession $userSession,
3232
) {
3333
$this->util = $util;
3434
$this->root = $root;

0 commit comments

Comments
 (0)