userID = $userID; } public function handle(AdvRepositoryInterface $advRepository) { return $advRepository->getUserAds($this->userID); } }