argument('article'); $country = $this->argument('country'); $responses = $countryCompareController->makeRequest($article,$country); $prices = $countryCompareController->processResponse($responses,$article); //dd($prices); return 0; } }