From 710c9bea7869283ebf6a1bcaab7bd84ec04a1124 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 19 Sep 2024 14:06:54 +1200 Subject: [PATCH] ENH Don't use deprecated method (#449) --- 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',