Example #1
0
 public function findByOrThrowNoResourceFoundException($field, $value, $operator = '=')
 {
     return $this->model->findByOrThrowNoResourceFoundException($this->resource, $field, $value, $operator);
 }