Create TaskModification model
This commit is contained in:
@@ -68,7 +68,7 @@ class TaskAssignSpecificUser extends Base
|
||||
'owner_id' => $this->getParam('user_id'),
|
||||
);
|
||||
|
||||
return $this->task->update($values, false);
|
||||
return $this->taskModification->update($values, false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user