Skip to content

Commit bb050c9

Browse files
authored
Update ProcessInstance.php
1 parent 53c3ba9 commit bb050c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Models/ProcessInstance.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ public function getVariables()
3030
return get_object_vars($this->get('variables'));
3131
}
3232

33-
public function delete()
33+
public function deleteProcessInstance()
3434
{
35-
return parent::delete();
35+
return $this->delete('');
3636
}
3737

3838
public function ended()

0 commit comments

Comments
 (0)