mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
Debug
This commit is contained in:
@@ -353,7 +353,7 @@ class PersonController extends Controller
|
||||
$em = $this->getDoctrine()->getManager();
|
||||
|
||||
$person = $em->getRepository('ChillPersonBundle:Person')
|
||||
->find($id);
|
||||
->find($id);
|
||||
|
||||
return $person;
|
||||
}
|
||||
|
Reference in New Issue
Block a user