Esempio n. 1
0
 /**
  * Get the total number of comments.
  *
  * @return int
  */
 public function total()
 {
     return $this->comments->count();
 }