This commit is contained in:
Marc Ducobu
2015-08-14 19:20:16 +02:00
parent 21676a20b2
commit 5584666165
6 changed files with 13 additions and 5 deletions

View File

@@ -353,7 +353,7 @@ class PersonController extends Controller
$em = $this->getDoctrine()->getManager();
$person = $em->getRepository('ChillPersonBundle:Person')
->find($id);
->find($id);
return $person;
}