Skip to content

Commit

Permalink
fix yemen-json link
Browse files Browse the repository at this point in the history
  • Loading branch information
WatheqAlshowaiter committed Feb 20, 2024
1 parent 92e8a45 commit 8915242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utilities/json2csv/app/Commands/Convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public function handle()
{
ini_set('memory_limit', '-1');

$json = file_get_contents('yemen-info.json');
$json = file_get_contents("./yemen-info.json");

$yemenData = json_decode($json, true);

$data = [];
Expand Down

0 comments on commit 8915242

Please sign in to comment.