Exemple #1
0
 /**
  * @return array
  */
 public function getTickets()
 {
     return Ticket::query(['request_id' => $this->getId()])->all();
 }