Add debug

This commit is contained in:
2021-02-05 16:59:28 +03:00
parent e4b74c499c
commit c52fd9b268

View File

@@ -5,6 +5,7 @@ namespace App\Console\Commands;
use Illuminate\Console\Command;
use Illuminate\Support\Facades\Config;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Log;
/**
* Class HRCCommand
@@ -32,6 +33,7 @@ class HRCCommand extends Command
{
if($this->argument('source') != 'null') {
$source_file = CORE_PATH . '/temp/' . $this->argument('source');
Log::debug(file_get_contents($source_file));
$data = parse_ini_file($source_file);
if (isset($data['raw_result'])) {