Browse Source

update command integrations HR

pull/3/head
ibnu 2 years ago
parent
commit
982065e59f
  1. 2
      app/Console/Commands/syncHumanResourceIntegration.php

2
app/Console/Commands/syncHumanResourceIntegration.php

@ -68,7 +68,7 @@ class syncHumanResourceIntegration extends Command
'role_id' => 24,
'created_by' => 'integration'
],
);
);
}
echo "\n------------------------------------------\n";
$currentResponse = MasterFunctionsHelper::curlReq(str_replace('1', $i, $url));

Loading…
Cancel
Save