Example #1
0
 /**
  * Get the list of all the mail records from the database
  *
  * @return \Illuminate\Database\Eloquent\Collection|static[]
  */
 public function getAllMailLog()
 {
     return $this->model->all();
 }