Skip to content

Commit

Permalink
don't need this column
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbrowncc committed Apr 19, 2024
1 parent 9b64e24 commit a4346ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Console/Commands/StatementsDateTotal.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ public function handle(DayArchiveService $day_archive_service, StatementSearchSe
$totals[$index]['API'] = $methods[$total['platform_id']]['API'] ?? 0;
$totals[$index]['API_MULTI'] = $methods[$total['platform_id']]['API_MULTI'] ?? 0;
$totals[$index]['FORM'] = $methods[$total['platform_id']]['FORM'] ?? 0;
unset($totals[$index]['permutation']);
}
$this->table(array_keys($totals[0]), $totals);

Expand Down

0 comments on commit a4346ba

Please sign in to comment.