This commit is contained in:
2018-11-22 20:40:23 -06:00
parent 89bf588806
commit 5c07c2a4e0
+3 -1
View File
@@ -54,7 +54,9 @@ class CorpJournal extends Command
$characters = DB::table('EsiScopes')->where('scope', 'esi-wallet.read_corporation_wallets.v1')->get();
//For each structure let's attemp to gather the characters owning the structures and peer into their wallets.
foreach($structures as $structure) {
printf($structure->character_id);
var_dump($structure);
}
return 0;
}
}