コード例 #1
0
ファイル: EloquentMail.php プロジェクト: amitavroy/mywall
 /**
  * Get the list of all the mail records from the database
  *
  * @return \Illuminate\Database\Eloquent\Collection|static[]
  */
 public function getAllMailLog()
 {
     return $this->model->all();
 }