Пример #1
0
 /**
  * Returns the first record in the database.
  *
  * @return Illuminate\Database\Eloquent\Model
  */
 public function first()
 {
     return $this->model->first();
 }