id = $id; } public function handle(AdressRepositoryInterface $addressRepository) { if ($this->id) { return $addressRepository->findByUser($this->id); } return null; } }