Commit c037141c authored by Zohten's avatar Zohten

minor change

parent 77495ef5
......@@ -103,13 +103,13 @@ class RoundController extends Controller
/**
* (PUT) Add action of the round in Round table
* TODO : ADD MAIN LOGIC FOR THE GAME
*
* @param string $action string containing all actions
* @return Response
*/
protected function updateActions($action)
{
//print_r($action); die('bite');
Round::updateActions($action);
$message = json_encode(["message" => 'Actions updated!']);
$response = Response::createdResponse($message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment