Example #1
0
 /**
  * Return a time ordered list of items attached to a ticket
  *
  * @return Collection
  */
 public function getTimeline()
 {
     return $this->timeline->compile();
 }