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