Example #1
0
 public function scheduleIn(Interval $in)
 {
     $this->scheduleAt($in->fromNow());
 }
Example #2
0
 public function scheduleIn(Interval $duration)
 {
     return $this->scheduleAt($duration->fromNow());
 }