From a0c860afd7e6b93bab61c75d835c0e3592b0d764 Mon Sep 17 00:00:00 2001 From: Watheq Alshowaiter Date: Wed, 21 Feb 2024 19:33:51 +0300 Subject: [PATCH] fix path --- utilities/json2csv/app/Commands/Convert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/json2csv/app/Commands/Convert.php b/utilities/json2csv/app/Commands/Convert.php index 6a45a4f..b6bc45a 100755 --- a/utilities/json2csv/app/Commands/Convert.php +++ b/utilities/json2csv/app/Commands/Convert.php @@ -31,7 +31,7 @@ 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);