helper for console commands

This commit is contained in:
2018-12-06 18:11:29 -06:00
parent 4edf5b26cb
commit 6bf73321af

View File

@@ -182,7 +182,8 @@ 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;
}
}