From ff854814a626e8785d373e8502974a7d5ed190ef Mon Sep 17 00:00:00 2001 From: Michal Kleiner Date: Mon, 13 Apr 2020 21:51:01 +1200 Subject: [PATCH] Remove deprecation notice as tasks are obscured by Dev/TaskRunner class Due to being run by the task runner, the deprecation notice actually handles the check as if it was the framework itself. This might be an issue with the framework itself. --- src/Tasks/RemoveOrphanedTagRelationObjectsTask.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tasks/RemoveOrphanedTagRelationObjectsTask.php b/src/Tasks/RemoveOrphanedTagRelationObjectsTask.php index 8e91cb1..3bf1296 100644 --- a/src/Tasks/RemoveOrphanedTagRelationObjectsTask.php +++ b/src/Tasks/RemoveOrphanedTagRelationObjectsTask.php @@ -47,8 +47,6 @@ class RemoveOrphanedTagRelationObjectsTask extends BuildTask */ public function run($request) { - Deprecation::notice('3.2', 'This task will be removed in version 4.0 as the underlying issue has been fixed.'); - $this->removeTagRelationObjectsWithDeletedTerm(); $this->removeTagRelationObjectsWithDeletedOwner();