where('monitoring_point', 'like', $point.'%'); } public function base($base) { return $this->where('agricultural_base_id', $base); } public function type($type) { return $this->where('type', $type); } }