* [bug#53122,done,0.5h] fix notify bug.
This commit is contained in:
@@ -10,6 +10,6 @@ class epicModel extends model
|
||||
|
||||
public function getToAndCcList(object $story, string $actionType)
|
||||
{
|
||||
$this->loadModel('story')->getToAndCcList($story, $actionType);
|
||||
return $this->loadModel('story')->getToAndCcList($story, $actionType);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@ class requirementModel extends model
|
||||
|
||||
public function getToAndCcList(object $story, string $actionType)
|
||||
{
|
||||
$this->loadModel('story')->getToAndCcList($story, $actionType);
|
||||
return $this->loadModel('story')->getToAndCcList($story, $actionType);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user