Browse Source

complete getValueOf method

remotes/origin/mohammad
mahdihty 4 years ago
parent
commit
344e13985d
  1. 2
      app/Models/Workflow.php

2
app/Models/Workflow.php

@ -38,6 +38,8 @@ class Workflow extends Model
'status_id' => null, 'status_id' => null,
'system_id' => null, 'system_id' => null,
'user_id' => null, 'user_id' => null,
'task_id' => null,
'subject_id' => $this->id,
]; ];
if ($key && isset($values, $key)) { if ($key && isset($values, $key)) {

Loading…
Cancel
Save