We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffef229 commit 506458aCopy full SHA for 506458a
src/Models/DecisionDefinition.php
@@ -7,7 +7,7 @@ class DecisionDefinition extends CamundaModel
7
{
8
public function evaluate($variables)
9
10
- return $this->post('evaluate', ['json' => compact('variables')], true);
+ return $this->post('evaluate', ['json' => compact('variables')]);
11
}
12
13
public function getDefinition()
0 commit comments