new functions

This commit is contained in:
2018-12-24 12:30:10 -06:00
parent 596bf8ab06
commit c4c5178113

View File

@@ -65,7 +65,6 @@ class CorpJournal extends Command
$corps = CorpStructure::select('corporation_id')->groupBy('corporation_id')->get();
foreach($corps as $corp) {
$charId = CorpStructure::where(['corporation_id' => $corp->corporation_id])->first();
$this->line($charId);
$finance->GetWalletJournal(1, $charId->character_id);
}