where('year', $year); } public function week($week) { return $this->where('week', $week); } }