Show result with null on screen

This commit is contained in:
2021-01-27 16:45:37 +03:00
parent e1fa0ececb
commit 2e4f4d6b6b

View File

@@ -64,6 +64,9 @@ class HRCCommand extends Command
$result_file = CORE_PATH . '/temp/' . $this->argument('result');
file_put_contents($result_file, json_encode($result));
}
else {
$this->info(json_encode($result));
}
}
private function getCoreConfig($name, $default = null)