diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php index 67b8e746..be069800 100644 --- a/src/workflow/ArcanistLandWorkflow.php +++ b/src/workflow/ArcanistLandWorkflow.php @@ -26,6 +26,10 @@ final class ArcanistLandWorkflow extends ArcanistBaseWorkflow { private $revision; private $messageFile; + public function getRevisionDict() { + return $this->revision; + } + public function getWorkflowName() { return 'land'; }