Skip to content

Commit

Permalink
IBX-4125: Updated error level in PagerContentToDataMapper constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
barw4 committed Feb 10, 2023
1 parent 32fa079 commit 9de4d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Tab/Dashboard/PagerContentToDataMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct(
__CLASS__,
'Ibexa\AdminUi\Tab\Dashboard\PagerLocationToDataMapper'
),
E_DEPRECATED
E_USER_DEPRECATED
);

$this->contentService = $contentService;
Expand Down

0 comments on commit 9de4d70

Please # to comment.