Skip to content

Commit 506458a

Browse files
authored
Update DecisionDefinition.php
1 parent ffef229 commit 506458a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/DecisionDefinition.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class DecisionDefinition extends CamundaModel
77
{
88
public function evaluate($variables)
99
{
10-
return $this->post('evaluate', ['json' => compact('variables')], true);
10+
return $this->post('evaluate', ['json' => compact('variables')]);
1111
}
1212

1313
public function getDefinition()

0 commit comments

Comments
 (0)