diff --git a/app/Services/LodestoneApiService.php b/app/Services/LodestoneApiService.php index 914dfc1..0745396 100644 --- a/app/Services/LodestoneApiService.php +++ b/app/Services/LodestoneApiService.php @@ -31,7 +31,7 @@ class LodestoneApiService public function getFreeCompanyById($id) { $ch = curl_init(); - curl_setopt($ch, CURLOPT_URL, 'https://xivapi.com/freecompany/'.$id); + curl_setopt($ch, CURLOPT_URL, 'https://xivapi.com/freecompany/'.$id.'?data=FCM'); return $this->completeCurlRequest($ch); }