/**
  * Get a random quote
  * @return string
  */
 public function random()
 {
     return $this->quotes->random();
 }