console command

This commit is contained in:
2018-12-06 18:21:43 -06:00
parent 24c898a413
commit 6c069bb7f0

View File

@@ -171,10 +171,10 @@ class FinanceHelper {
} catch(\Seat\Eseye\Exceptions\RequestFailedException $e){
return $e->getEsiResponse();
}
//Save all of the data to the database
$char = new UserToCorporation;
$char->character_id = $character->character_id;
$char->character_id = $charId;
$char->character_name = $character->name;
$char->corporation_id = $character->corporation_id;
$char->corporation_name = $corporation->name;