Fix parsing input values
This commit is contained in:
@@ -33,7 +33,7 @@ class HRCCommand extends Command
|
||||
private function prepareRaw()
|
||||
{
|
||||
$source_file = base_path() . '/../temp/' . $this->argument('source');
|
||||
return json_decode(file_get_contents($source_file));
|
||||
return parse_ini_file($source_file);
|
||||
}
|
||||
|
||||
public function save($result)
|
||||
|
||||
Reference in New Issue
Block a user