mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Whoops
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user