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
{
$start = $this->getDateParameter('start');
$end = $this->getDateParameter('end');
exit;
$start = $this->getDateParameter('start');
$end = $this->getDateParameter('end');
$accounts = $this->getAccountsParameter();
$export = $this->getExportDirectory();