Skip to content

Commit ffa945c

Browse files
committed
fixup! fixup! IBX-6773: Bookmarks for non-accessible contents cause exception - Added logger in BookmarkService
1 parent f208d3d commit ffa945c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eZ/Publish/Core/Repository/BookmarkService.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ class BookmarkService implements BookmarkServiceInterface
3232
/** @var \eZ\Publish\SPI\Persistence\Bookmark\Handler */
3333
protected $bookmarkHandler;
3434

35-
private LoggerInterface $logger;
35+
/** @var \Psr\Log\LoggerInterface */
36+
private $logger;
3637

3738
/**
3839
* BookmarkService constructor.

0 commit comments

Comments
 (0)