コード例 #1
0
ファイル: Ticket.php プロジェクト: consolidate/ticket
 /**
  * Return a time ordered list of items attached to a ticket
  *
  * @return Collection
  */
 public function getTimeline()
 {
     return $this->timeline->compile();
 }