Skip to content

Instantly share code, notes, and snippets.

@MikSDigital
Created March 21, 2017 09:13
Show Gist options
  • Save MikSDigital/46b5f68a13d72858d4f1425e00753602 to your computer and use it in GitHub Desktop.
Save MikSDigital/46b5f68a13d72858d4f1425e00753602 to your computer and use it in GitHub Desktop.
return
return $this->get('fos_rest.view_handler')
->handle(
View::create()
->setStatusCode(200)
->setData(array(
'id'=> $oUserRepo->getIdByEmail($userMail),
'userEmail' => $userMail
))
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment