And now actually fix it...

This commit is contained in:
Daniel_I_Am 2020-11-08 13:04:48 +01:00
parent 05b95394e8
commit f81ce746c5
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -42,7 +42,7 @@ class HelixRankCheckCommand extends Command
*/
public function handle(LodestoneCacheService $cacheService, LodestoneApiService $apiService)
{
$fcInfo = $cacheService->getFreeCompanyByName('Siren', 'Daybreak', $apiService);
$fcInfo = $cacheService->getFreeCompanyById('9231394073691143535', $apiService);
$members = $fcInfo->content['FreeCompanyMembers'];
foreach ($members as $member) {
$rankedUser = FreeCompanyRankedUser::where('lodestoneId', $member['ID'])->first();