id = $id; } /** * @param VillageModel $groups * @return |null */ public function handle(VillageModel $groups) { if ($this->id) { return $groups->find($this->id); } return null; } }