Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Feb 20, 2024
1 parent ab9df98 commit a1f4688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utilities/json2csv/app/Commands/Convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ public function handle()
$uniqueData = array_map('unserialize', array_unique(array_map('serialize', $data)));

$fastExcel = new FastExcel($uniqueData);
$fastExcel->export("./automated/yemen-info.csv");
$fastExcel->export("./automated/yemen-info.xlsx");
$fastExcel->export("../../automated/yemen-info.csv");
$fastExcel->export("../../automated/yemen-info.xlsx");
}


Expand Down

0 comments on commit a1f4688

Please sign in to comment.