コード例 #1
0
 public function findOrFailBy($field, $value)
 {
     $this->model = $this->model->findOrFailBy($field, $value);
     return $this;
 }