This commit is contained in:
James Cole
2021-04-12 15:28:06 +02:00
parent bff661fe69
commit a2deff0f7a

View File

@@ -162,9 +162,8 @@ class ExportData extends Command
*/ */
private function parseOptions(): array private function parseOptions(): array
{ {
$start = $this->getDateParameter('start'); $start = $this->getDateParameter('start');
$end = $this->getDateParameter('end'); $end = $this->getDateParameter('end');
exit;
$accounts = $this->getAccountsParameter(); $accounts = $this->getAccountsParameter();
$export = $this->getExportDirectory(); $export = $this->getExportDirectory();