*PUT->POST.

This commit is contained in:
songchenxuan
2022-03-18 14:14:10 +08:00
parent 96f9a08196
commit 84a7e1ad4c
8 changed files with 16 additions and 55 deletions

View File

@@ -12,13 +12,13 @@
class taskPauseEntry extends Entry
{
/**
* PUT method.
* POST method.
*
* @param int $taskID
* @access public
* @return void
*/
public function put($taskID)
public function post($taskID)
{
$task = $this->loadModel('task')->getByID($taskID);