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 9, 2023
1 parent 635e494 commit 63269a3
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 63269a3

Please sign in to comment.