mirror of
https://github.com/silverstripe/silverstripe-contentreview
synced 2024-10-22 17:05:47 +02:00
ENH Don't use deprecated method (#259)
This commit is contained in:
parent
4aea5a5146
commit
f7ee5d7fe8
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user