We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa1fc3 commit b375458Copy full SHA for b375458
src/Models/CamundaModel.php
@@ -50,6 +50,8 @@ protected function get($url)
50
51
private function request($url, $method, $data = [])
52
{
53
+ $data['auth'] = [config('camunda.api.auth.user'), config('camunda.api.auth.password')];
54
+
55
try {
56
$response = $this->client->{$method}($this->buildUrl($url), $data);
57
}
0 commit comments