Skip to content

Commit

Permalink
Merge branch '5' into 6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2024
2 parents f6b85de + 710c9be commit bb284e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tasks/ProcessJobQueueChildTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bb284e7

Please sign in to comment.