console command

This commit is contained in:
2018-12-06 18:23:48 -06:00
parent f38372f9ef
commit a697005ea8

View File

@@ -183,7 +183,7 @@ class FinanceHelper {
return $character->corporation_id;
} else {
//Return the corporation_id if it was found in the database as it is what the calling function is looking for
return $found->corporation_id;
return $found[0]->corporation_id;
}
}