public function find($id, $columns = array()) { $id = new MongoID((string) $id); return $this->where('_id', $id)->first($columns); }