*Assign a story.

This commit is contained in:
songchenxuan
2022-03-17 13:32:29 +08:00
8 changed files with 55 additions and 19 deletions
+2 -2
View File
@@ -12,13 +12,13 @@
class taskPauseEntry extends Entry
{
/**
* POST method.
* PUT method.
*
* @param int $taskID
* @access public
* @return void
*/
public function post($taskID)
public function put($taskID)
{
$task = $this->loadModel('task')->getByID($taskID);