From e2b2938824971a33ce4c92d3f5fde83f995d2654 Mon Sep 17 00:00:00 2001 From: Sandro Meier Date: Sat, 13 Sep 2014 13:11:56 +0200 Subject: [PATCH] =?UTF-8?q?asl=C3=B6=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Hackathon/Bundle/GameBundle/Controller/APIController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/Hackathon/Bundle/GameBundle/Controller/APIController.php b/backend/src/Hackathon/Bundle/GameBundle/Controller/APIController.php index a45054e..a1ecd11 100644 --- a/backend/src/Hackathon/Bundle/GameBundle/Controller/APIController.php +++ b/backend/src/Hackathon/Bundle/GameBundle/Controller/APIController.php @@ -28,6 +28,7 @@ public function getTeamsAction() "id" => 2, "name"=> "o" ), + ) ); return $this->createObjectResponse($data); }