Skip to content

Commit

Permalink
ENH Don't use deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Sep 18, 2024
1 parent 4aea5a5 commit f481506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/ContentReviewOwnerMigrationTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ContentReviewOwnerMigrationTask extends BuildTask
public function __construct()
{
parent::__construct();
Deprecation::withNoReplacement(function () {
Deprecation::withSuppressedNotice(function () {
Deprecation::notice(
'5.4.0',
'Will be removed without equivalent functionality to replace it',
Expand Down

0 comments on commit f481506

Please sign in to comment.