From a2deff0f7aa0a1e1f937e87d34c3fb13b624837f Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 12 Apr 2021 15:28:06 +0200 Subject: [PATCH] Whoops --- app/Console/Commands/Export/ExportData.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/Console/Commands/Export/ExportData.php b/app/Console/Commands/Export/ExportData.php index 1c3af1e018..18e81c4005 100644 --- a/app/Console/Commands/Export/ExportData.php +++ b/app/Console/Commands/Export/ExportData.php @@ -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();