where('time_year', $y); } public function crop($cropId) { return $this->where('crop_id', $cropId); } }