diff --git a/core/app/Console/Commands/HRCCommand.php b/core/app/Console/Commands/HRCCommand.php index 2dd99f2..9ab4928 100644 --- a/core/app/Console/Commands/HRCCommand.php +++ b/core/app/Console/Commands/HRCCommand.php @@ -54,9 +54,9 @@ class HRCCommand extends Command public function handle() { $data = $this->prepareRaw(); - $this->initDB(); try { + $this->initDB(); $result = $this->command($data); } catch (\Exception $e) {