Skip to content

Commit

Permalink
fixup! fixup! IBX-6773: Bookmarks for non-accessible contents cause e…
Browse files Browse the repository at this point in the history
…xception - Added logger in BookmarkService
  • Loading branch information
vidarl committed Oct 3, 2024
1 parent f208d3d commit ffa945c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eZ/Publish/Core/Repository/BookmarkService.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ class BookmarkService implements BookmarkServiceInterface
/** @var \eZ\Publish\SPI\Persistence\Bookmark\Handler */
protected $bookmarkHandler;

private LoggerInterface $logger;
/** @var \Psr\Log\LoggerInterface */
private $logger;

/**
* BookmarkService constructor.
Expand Down

0 comments on commit ffa945c

Please sign in to comment.