diff --git a/src/deploydog/Slavedriver/Job.php b/src/deploydog/Slavedriver/Job.php index 18f00cc..13892fc 100644 --- a/src/deploydog/Slavedriver/Job.php +++ b/src/deploydog/Slavedriver/Job.php @@ -83,6 +83,14 @@ public function setCustomData($customData) $this->customData = $customData; return $this; } + + /** + * @return string|callable + */ + public function getSchedule() + { + return $this->schedule; + } /** * @param string|callable $schedule