diff --git a/workflow/engine/src/ProcessMaker/BusinessModel/WebEntry.php b/workflow/engine/src/ProcessMaker/BusinessModel/WebEntry.php index 5d2e3f7c0..d94ffc292 100644 --- a/workflow/engine/src/ProcessMaker/BusinessModel/WebEntry.php +++ b/workflow/engine/src/ProcessMaker/BusinessModel/WebEntry.php @@ -1067,15 +1067,5 @@ class WebEntry . "\n"; file_put_contents($pathFileName, $code); } - - public function isWebEntryOne($processUid, $weUid) - { - return true; - } - - public function isTaskAWebEntry($tasUid) - { - return substr($tasUid, 0, 4) === 'wee-'; - } }