/** * @param $id * * @return mixed */ public function find($id) { return $this->project->find($id); }