From 7209d11494ce87e6c98b5e284005a4ace91f8360 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 18 Sep 2024 10:53:54 +1200 Subject: [PATCH] ENH Don't use deprecated method --- src/Tasks/ProcessJobQueueChildTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tasks/ProcessJobQueueChildTask.php b/src/Tasks/ProcessJobQueueChildTask.php index cd28d2a..0a0c6bd 100644 --- a/src/Tasks/ProcessJobQueueChildTask.php +++ b/src/Tasks/ProcessJobQueueChildTask.php @@ -21,7 +21,7 @@ class ProcessJobQueueChildTask extends BuildTask public function __construct() { parent::__construct(); - Deprecation::withNoReplacement(function () { + Deprecation::withSuppressedNotice(function () { Deprecation::notice( '5.3.0', 'Will be replaced with Symbiote\QueuedJobs\Cli\ProcessJobQueueChildCommand',